#035078

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

Shades of Dark Cerulean #035078

Tints of Dark Cerulean #035078

Color information

#035078 (or 0x035078) is unknown color: approx Dark Cerulean. HEX triplet: 03, 50 and 78. RGB value is (3,80,120). Sum of RGB (Red+Green+Blue) = 3+80+120=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 80 (31.64% from 255 or 39.41% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #035078 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #035078 is #FCAF87. Grayscale: #3D3D3D. Windows color (decimal): -16560008 or 7884803. OLE color: 7884803.

HSL color Cylindrical-coordinate representation of color #035078: hue angle of 200.51º 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 #035078 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB380120-
CMYK0.980.3300.53
HSL200.51º95.12%24.12%-
HSV(B)200.51º97.5%47.06%-
XYZ6.37.1118.81-
YUV61.54160.9986.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.48%
GREEN value IS 80 (31.64% from 255) = 39.41%
BLUE value IS 120 (47.27% from 255) = 59.11%
R=1.48%
G=39.41%
B=59.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3801200.980.3300.53200.5195.1224.12
Hex350786221035c95f18
Octal31201701424106531113730
Binary11101000011110001100010100001011010111001001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035078; }

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

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

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

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

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

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

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

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