#035175

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

Shades of Dark Cerulean #035175

Tints of Dark Cerulean #035175

Color information

#035175 (or 0x035175) is unknown color: approx Dark Cerulean. HEX triplet: 03, 51 and 75. RGB value is (3,81,117). Sum of RGB (Red+Green+Blue) = 3+81+117=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #035175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035175 is #FCAE8A. Grayscale: #3D3D3D. Windows color (decimal): -16559755 or 7688451. OLE color: 7688451.

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

Color convert

RGB381117-
CMYK0.970.3100.54
HSL198.95º95%23.53%-
HSV(B)198.95º97.44%45.88%-
XYZ6.197.1917.89-
YUV61.78159.1686.07-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 81 (32.03% from 255) = 40.30%
BLUE value IS 117 (46.09% from 255) = 58.21%
R=1.49%
G=40.30%
B=58.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3811170.970.3100.54198.959523.53
Hex35175611F036c75f18
Octal31211651413706630713730
Binary1110100011110101110000111111011011011000111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035175; }

 p { color: rgb(3,81,117); }

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

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

 a { background-color: rgb(3,81,117); }

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

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

 span { border-color: rgb(3,81,117); }

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