Html Css Color HEX #033980 Dark Cerulean

📋 copy color: '#033980'

red 3 ◦ green 57 ◦ blue 128

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

Shades of Dark Cerulean #033980

Tints of Dark Cerulean #033980

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.32%

 BLUE value IS 128 (50.39% from 255) = 68.09%

R = 1.6%
G = 30.32%
B = 68.09%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#033980 (or 0x033980) is known color: Dark Cerulean. HEX triplet: 03, 39 and 80. RGB value is (3,57,128). Sum of RGB (Red+Green+Blue) = 3+57+128=188 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 128 (50.39% from 255 or 68.09% from 188); Max value from RGB is 128 - color contains mainly: blue. Hex color #033980 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033980 is #FCC67F. Grayscale: #303030. Windows color (decimal): -16565888 or 8403203. OLE color: 8403203.

HSL color Cylindrical-coordinate representation of color #033980: hue angle of 214.08º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033980 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 57 128 -
CMYK 0.98 0.55 0 0.50
HSL 214.08º 0.95% 0.26% -
HSV(B) 214.08º 0.98% 0.5% -
XYZ 5.4 4.5 21.01 -
YUV 48.95 172.61 95.23 -
System Red Green Blue C M Y K H S L
Decimal 3 57 128 0.98 0.55 0 0.50 214.08 0.95 0.26
Hex 3 39 80 62 37 0 32 D6 5F 1A
Octal 3 71 200 142 67 0 62 326 137 32
Binary 11 111001 10000000 1100010 110111 0 110010 11010110 1011111 11010

Color Harmonies of #033980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033980

Black with #033980

Text Example


Text Example

White with #033980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033980; }

 p { color: rgb(3,57,128); }

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

background-color css

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

 a { background-color: rgb(3,57,128); }

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

border-color css

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

 span { border-color: rgb(3,57,128); }

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