Html Css Color HEX #035072 Dark Cerulean

📋 copy color: '#035072'

red 3 ◦ green 80 ◦ blue 114

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

Shades of Dark Cerulean #035072

Tints of Dark Cerulean #035072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 57.87%

R = 1.52%
G = 40.61%
B = 57.87%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#035072 (or 0x035072) is known color: Dark Cerulean. HEX triplet: 03, 50 and 72. RGB value is (3,80,114). Sum of RGB (Red+Green+Blue) = 3+80+114=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 80 (31.64% from 255 or 40.61% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #035072 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035072 is #FCAF8D. Grayscale: #3C3C3C. Windows color (decimal): -16560014 or 7491587. OLE color: 7491587.

HSL color Cylindrical-coordinate representation of color #035072: hue angle of 198.38º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035072 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 80 114 -
CMYK 0.97 0.30 0 0.55
HSL 198.38º 0.95% 0.23% -
HSV(B) 198.38º 0.97% 0.45% -
XYZ 5.94 6.97 16.95 -
YUV 60.85 157.99 86.74 -
System Red Green Blue C M Y K H S L
Decimal 3 80 114 0.97 0.30 0 0.55 198.38 0.95 0.23
Hex 3 50 72 61 1E 0 37 C6 5F 17
Octal 3 120 162 141 36 0 67 306 137 27
Binary 11 1010000 1110010 1100001 11110 0 110111 11000110 1011111 10111

Color Harmonies of #035072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035072

Black with #035072

Text Example


Text Example

White with #035072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035072; }

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

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

background-color css

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

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

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

border-color css

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

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

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