Html Css Color HEX #033DB8 Cobalt

📋 copy color: '#033DB8'

red 3 ◦ green 61 ◦ blue 184

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

Shades of Cobalt #033DB8

Tints of Cobalt #033DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 74.19%

R = 1.21%
G = 24.6%
B = 74.19%

CMYK

 C value IS 0.98

 M value IS 0.67

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#033DB8 (or 0x033DB8) is known color: Cobalt. HEX triplet: 03, 3D and B8. RGB value is (3,61,184). Sum of RGB (Red+Green+Blue) = 3+61+184=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 184 (72.27% from 255 or 74.19% from 248); Max value from RGB is 184 - color contains mainly: blue. Hex color #033DB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033DB8 is #FCC247. Grayscale: #393939. Windows color (decimal): -16564808 or 12074243. OLE color: 12074243.

HSL color Cylindrical-coordinate representation of color #033DB8: hue angle of 220.77º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033DB8 is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 3 61 184 -
CMYK 0.98 0.67 0 0.28
HSL 220.77º 0.97% 0.37% -
HSV(B) 220.77º 0.98% 0.72% -
XYZ 10.36 6.82 46.12 -
YUV 57.68 199.28 89 -
System Red Green Blue C M Y K H S L
Decimal 3 61 184 0.98 0.67 0 0.28 220.77 0.97 0.37
Hex 3 3D B8 62 43 0 1C DD 61 25
Octal 3 75 270 142 103 0 34 335 141 45
Binary 11 111101 10111000 1100010 1000011 0 11100 11011101 1100001 100101

Color Harmonies of #033DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033DB8

Black with #033DB8

Text Example


Text Example

White with #033DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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