COLOR #0333D0

HEX: #0333D0
RGB: (3,51,208)

Color info

#0333D0 contains mainly blue color. Web safe color of #0333D0 is #0033CC (or #03C).

RGB color model

#0333D0 color RGB value is (3,51,208).

  • red value is 3;
  • green value is 51;
  • blue value is 208.
RGB:
(3,51,208)
(1%,20%,82%)

RGB channels and saturation

R 3 of 255 = 1%
G 51 of 255 = 20%
B 208 of 255 = 82%

3
51
208

R + G + B ~ 34%. #0333D0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 51 + 208 = 262 (100%)
R 3 of 262 ~ 1.15%
G 51 of 262 ~ 19.47%
B 208 of 262 ~ 79.39%

%19.47
%79.39

CMYK color model

#0333D0 color CMYK value is (99,75,0,18).

  • cyan value is 98.56%
  • magenta value is 75.48%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(99,75,0,18)
C99M75Y0K18 
(99%,75%,0%,18%)
(0.99/0.75/0.00/0.18)	

CMYK percentages

%98.56
%75.48
%0
%18.43

Codes

Color #0333D0 in popluar color models

0333D0
RGB351208
HSL226°97.16%41.37%
HSB/HSV226°98.56%81.57%
CMYK98.56%75.48%0.00%
18.43%

Color #0333D0 in popluar number systems.

HEX0333D0
Decimal351208
Binary1111001111010000
Octal363320

Shades and tints

Shades of #0333D0

#0333D0
(3,51,208)
#032FBE
(3,47,190)
#032BAC
(3,43,172)
#03279A
(3,39,154)
#032388
(3,35,136)
#031F76
(3,31,118)
#031B64
(3,27,100)
#031752
(3,23,82)
#031340
(3,19,64)
#030F2E
(3,15,46)
#030B1C
(3,11,28)
#000000
(0,0,0)

Tints of #0333D0

#0333D0
(3,51,208)
#1945D4
(25,69,212)
#2F57D8
(47,87,216)
#4569DC
(69,105,220)
#5B7BE0
(91,123,224)
#718DE4
(113,141,228)
#879FE8
(135,159,232)
#9DB1EC
(157,177,236)
#B3C3F0
(179,195,240)
#C9D5F4
(201,213,244)
#DFE7F8
(223,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0333D0 color. Also use rgb(3,51,208) instead hex code.

Text Font Color

.myTextColor { color: #0333D0; }

<p style="color:#0333D0">This sample text font color is #0333D0.</p>

This text font color is #0333D0.


Background Color

.myBgColor { background-color: #0333D0; }

<div style="background-color:#0333D0">Inner text</div>

This div background color is #0333D0.


Border color

.myBorderColor { border: 1px solid #0333D0; }

<div style="border:3px solid #0333D0">Div</div>

This div border color is #0333D0.


Opacity

.myOpacity80 { color: #0333D0; opacity: 0.8; }

<p style="color:#0333D0;opacity:0.8;">80%</p>

Text with #0333D0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0333D0;}

<p style="text-shadow: 3px 3px 1px #0333D0">Text here.</p>

This text has shadow with #0333D0 color.

.textShadow {text-shadow: 3px 3px 1px #0333D0, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0333D0, 5px 5px 20px red">Text here.</p>

This text has shadow with #0333D0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0333D0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0333D0, Direction=45, Strength=4)">Text</p>

This text has shadow with #0333D0 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0333D0;
  -webkit-box-shadow:	1px 1px 3px 2px #0333D0;
  box-shadow:		1px 1px 3px 2px #0333D0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0333D0;
-webkit-box-shadow: 1px 1px 3px 2px #0333D0;
box-shadow:1px 1px 3px 2px #0333D0;">
Div content here</div>
This div box has shadow with color #0333D0.

Preview

Color preview on black background

This text has color #0333D0 on black background.


Color preview on white background

This text has color #0333D0 on white background.



Black color preview on #0333D0 background

This text has black color on #0333D0 background.


White color preview on #0333D0 background

This text has white color on #0333D0 background.