Html Css Color HEX #033580 Dark Cerulean

📋 copy color: '#033580'

red 3 ◦ green 53 ◦ blue 128

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

Shades of Dark Cerulean #033580

Tints of Dark Cerulean #033580

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.8%

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

R = 1.63%
G = 28.8%
B = 69.57%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#033580 (or 0x033580) is known color: Dark Cerulean. HEX triplet: 03, 35 and 80. RGB value is (3,53,128). Sum of RGB (Red+Green+Blue) = 3+53+128=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 128 (50.39% from 255 or 69.57% from 184); Max value from RGB is 128 - color contains mainly: blue. Hex color #033580 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033580 is #FCCA7F. Grayscale: #2E2E2E. Windows color (decimal): -16566912 or 8402179. OLE color: 8402179.

HSL color Cylindrical-coordinate representation of color #033580: hue angle of 216º 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 #033580 is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 53 128 -
CMYK 0.98 0.59 0 0.50
HSL 216º 0.95% 0.26% -
HSV(B) 216º 0.98% 0.5% -
XYZ 5.21 4.12 20.94 -
YUV 46.6 173.94 96.9 -
System Red Green Blue C M Y K H S L
Decimal 3 53 128 0.98 0.59 0 0.50 216 0.95 0.26
Hex 3 35 80 62 3B 0 32 D8 5F 1A
Octal 3 65 200 142 73 0 62 330 137 32
Binary 11 110101 10000000 1100010 111011 0 110010 11011000 1011111 11010

Color Harmonies of #033580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033580

Black with #033580

Text Example


Text Example

White with #033580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033580; }

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

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

background-color css

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

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

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

border-color css

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

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

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