Html Css Color HEX #035076 Dark Cerulean

📋 copy color: '#035076'

red 3 ◦ green 80 ◦ blue 118

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

Shades of Dark Cerulean #035076

Tints of Dark Cerulean #035076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 58.71%

R = 1.49%
G = 39.8%
B = 58.71%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#035076 (or 0x035076) is known color: Dark Cerulean. HEX triplet: 03, 50 and 76. RGB value is (3,80,118). Sum of RGB (Red+Green+Blue) = 3+80+118=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 118 (46.48% from 255 or 58.71% from 201); Max value from RGB is 118 - color contains mainly: blue. Hex color #035076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035076 is #FCAF89. Grayscale: #3D3D3D. Windows color (decimal): -16560010 or 7753731. OLE color: 7753731.

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

Color convert

RGB 3 80 118 -
CMYK 0.97 0.32 0 0.54
HSL 199.83º 0.95% 0.24% -
HSV(B) 199.83º 0.97% 0.46% -
XYZ 6.18 7.06 18.18 -
YUV 61.31 159.99 86.41 -
System Red Green Blue C M Y K H S L
Decimal 3 80 118 0.97 0.32 0 0.54 199.83 0.95 0.24
Hex 3 50 76 61 20 0 36 C8 5F 18
Octal 3 120 166 141 40 0 66 310 137 30
Binary 11 1010000 1110110 1100001 100000 0 110110 11001000 1011111 11000

Color Harmonies of #035076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035076

Black with #035076

Text Example


Text Example

White with #035076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035076; }

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

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

background-color css

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

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

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

border-color css

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

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

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