#035378

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

Shades of Dark Cerulean #035378

Tints of Dark Cerulean #035378

Color information

#035378 (or 0x035378) is unknown color: approx Dark Cerulean. HEX triplet: 03, 53 and 78. RGB value is (3,83,120). Sum of RGB (Red+Green+Blue) = 3+83+120=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 120 (47.27% from 255 or 58.25% from 206); Max value from RGB is 120 - color contains mainly: blue. Hex color #035378 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035378 is #FCAC87. Grayscale: #3F3F3F. Windows color (decimal): -16559240 or 7885571. OLE color: 7885571.

HSL color Cylindrical-coordinate representation of color #035378: hue angle of 198.97º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035378 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB383120-
CMYK0.980.3100.53
HSL198.97º95.12%24.12%-
HSV(B)198.97º97.5%47.06%-
XYZ6.527.5618.89-
YUV63.316084.99-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.46%
GREEN value IS 83 (32.81% from 255) = 40.29%
BLUE value IS 120 (47.27% from 255) = 58.25%
R=1.46%
G=40.29%
B=58.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3831200.980.3100.53198.9795.1224.12
Hex35378621F035c75f18
Octal31231701423706530713730
Binary1110100111111000110001011111011010111000111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035378; }

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

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

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

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

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

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

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

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