#035790

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

Shades of Dark Cerulean #035790

Tints of Dark Cerulean #035790

Color information

#035790 (or 0x035790) is unknown color: approx Dark Cerulean. HEX triplet: 03, 57 and 90. RGB value is (3,87,144). Sum of RGB (Red+Green+Blue) = 3+87+144=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 87 (34.38% from 255 or 37.18% from 234); Blue value is 144 (56.64% from 255 or 61.54% from 234); Max value from RGB is 144 - color contains mainly: blue. Hex color #035790 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035790 is #FCA86F. Grayscale: #444444. Windows color (decimal): -16558192 or 9459459. OLE color: 9459459.

HSL color Cylindrical-coordinate representation of color #035790: hue angle of 204.26º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035790 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB387144-
CMYK0.980.4000.44
HSL204.26º95.92%28.82%-
HSV(B)204.26º97.92%56.47%-
XYZ8.488.8527.65-
YUV68.38170.6781.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.28%
GREEN value IS 87 (34.38% from 255) = 37.18%
BLUE value IS 144 (56.64% from 255) = 61.54%
R=1.28%
G=37.18%
B=61.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3871440.980.4000.44204.2695.9228.82
Hex35790622802Ccc601d
Octal31272201425005431414035
Binary111010111100100001100010101000010110011001100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035790; }

 p { color: rgb(3,87,144); }

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

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

 a { background-color: rgb(3,87,144); }

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

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

 span { border-color: rgb(3,87,144); }

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