#035376

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

Shades of Dark Cerulean #035376

Tints of Dark Cerulean #035376

Color information

#035376 (or 0x035376) is unknown color: approx Dark Cerulean. HEX triplet: 03, 53 and 76. RGB value is (3,83,118). Sum of RGB (Red+Green+Blue) = 3+83+118=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 118 (46.48% from 255 or 57.84% from 204); Max value from RGB is 118 - color contains mainly: blue. Hex color #035376 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035376 is #FCAC89. Grayscale: #3E3E3E. Windows color (decimal): -16559242 or 7754499. OLE color: 7754499.

HSL color Cylindrical-coordinate representation of color #035376: hue angle of 198.26º 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 #035376 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB383118-
CMYK0.970.3000.54
HSL198.26º95.04%23.73%-
HSV(B)198.26º97.46%46.27%-
XYZ6.47.5118.25-
YUV63.0715985.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.47%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 118 (46.48% from 255) = 57.84%
R=1.47%
G=40.69%
B=57.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3831180.970.3000.54198.2695.0423.73
Hex35376611E036c65f18
Octal31231661413606630613730
Binary1110100111110110110000111110011011011000110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035376; }

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

 H1.HeaderClassName
 {
   color: #035376;
 }
 .AnyTagClassName
 {
   color: #035376;
 }
</style>
background-color css

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

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

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

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

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

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