#035072

Color #035072 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #035072

Tints of Dark Cerulean #035072

Color information

#035072 (or 0x035072) is unknown color: approx 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

RGB380114-
CMYK0.970.3000.55
HSL198.38º94.87%22.94%-
HSV(B)198.38º97.37%44.71%-
XYZ5.946.9716.95-
YUV60.85157.9986.74-

RGB Variations

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

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 (Cyan) values IS 0.97
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3801140.970.3000.55198.3894.8722.94
Hex35072611E037c65f17
Octal31201621413606730613727
Binary1110100001110010110000111110011011111000110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>