Html Css Color HEX #035077 Dark Cerulean

📋 copy color: '#035077'

red 3 ◦ green 80 ◦ blue 119

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

Shades of Dark Cerulean #035077

Tints of Dark Cerulean #035077

RGB

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

 GREEN value IS 80 (31.64% from 255) = 39.6%

 BLUE value IS 119 (46.88% from 255) = 58.91%

R = 1.49%
G = 39.6%
B = 58.91%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#035077 (or 0x035077) is known color: Dark Cerulean. HEX triplet: 03, 50 and 77. RGB value is (3,80,119). Sum of RGB (Red+Green+Blue) = 3+80+119=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 119 (46.88% from 255 or 58.91% from 202); Max value from RGB is 119 - color contains mainly: blue. Hex color #035077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035077 is #FCAF88. Grayscale: #3D3D3D. Windows color (decimal): -16560009 or 7819267. OLE color: 7819267.

HSL color Cylindrical-coordinate representation of color #035077: hue angle of 200.17º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035077 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 80 119 -
CMYK 0.97 0.33 0 0.53
HSL 200.17º 0.95% 0.24% -
HSV(B) 200.17º 0.97% 0.47% -
XYZ 6.24 7.09 18.49 -
YUV 61.42 160.49 86.33 -
System Red Green Blue C M Y K H S L
Decimal 3 80 119 0.97 0.33 0 0.53 200.17 0.95 0.24
Hex 3 50 77 61 21 0 35 C8 5F 18
Octal 3 120 167 141 41 0 65 310 137 30
Binary 11 1010000 1110111 1100001 100001 0 110101 11001000 1011111 11000

Color Harmonies of #035077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035077

Black with #035077

Text Example


Text Example

White with #035077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035077; }

 p { color: rgb(3,80,119); }

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

background-color css

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

 a { background-color: rgb(3,80,119); }

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

border-color css

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

 span { border-color: rgb(3,80,119); }

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