Html Css Color HEX #033DB0 Cobalt

📋 copy color: '#033DB0'

red 3 ◦ green 61 ◦ blue 176

#033DB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #033DB0

Tints of Cobalt #033DB0

RGB

 RED value IS 3 (1.56% from 255) = 1.25%

 GREEN value IS 61 (24.22% from 255) = 25.42%

 BLUE value IS 176 (69.14% from 255) = 73.33%

R = 1.25%
G = 25.42%
B = 73.33%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#033DB0 (or 0x033DB0) is known color: Cobalt. HEX triplet: 03, 3D and B0. RGB value is (3,61,176). Sum of RGB (Red+Green+Blue) = 3+61+176=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 176 (69.14% from 255 or 73.33% from 240); Max value from RGB is 176 - color contains mainly: blue. Hex color #033DB0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033DB0 is #FCC24F. Grayscale: #383838. Windows color (decimal): -16564816 or 11549955. OLE color: 11549955.

HSL color Cylindrical-coordinate representation of color #033DB0: hue angle of 219.88º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033DB0 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 3 61 176 -
CMYK 0.98 0.65 0 0.31
HSL 219.88º 0.97% 0.35% -
HSV(B) 219.88º 0.98% 0.69% -
XYZ 9.54 6.49 41.82 -
YUV 56.77 195.28 89.65 -
System Red Green Blue C M Y K H S L
Decimal 3 61 176 0.98 0.65 0 0.31 219.88 0.97 0.35
Hex 3 3D B0 62 41 0 1F DC 61 23
Octal 3 75 260 142 101 0 37 334 141 43
Binary 11 111101 10110000 1100010 1000001 0 11111 11011100 1100001 100011

Color Harmonies of #033DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033DB0

Black with #033DB0

Text Example


Text Example

White with #033DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033DB0; }

 p { color: rgb(3,61,176); }

 H1.HeaderClassName
 {
   color: #033DB0;
 }
 .AnyTagClassName
 {
   color: #033DB0;
 }
</style>

background-color css

<style>
 a { background-color: #033DB0; }

 a { background-color: rgb(3,61,176); }

 div.DivClassName
 {
   background-color: #033DB0;
 }
 .BgClassName
 {
   background-color: #033DB0;
 }
</style>

border-color css

<style>
 span { border-color: #033DB0; }

 span { border-color: rgb(3,61,176); }

 td.TdClassName
 {
   border-color: #033DB0;
 }
 .TagClassName
 {
   border-color: #033DB0;
 }
</style>