#035A8F

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

Shades of Dark Cerulean #035A8F

Tints of Dark Cerulean #035A8F

Color information

#035A8F (or 0x035A8F) is unknown color: approx Dark Cerulean. HEX triplet: 03, 5A and 8F. RGB value is (3,90,143). Sum of RGB (Red+Green+Blue) = 3+90+143=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 143 (56.25% from 255 or 60.59% from 236); Max value from RGB is 143 - color contains mainly: blue. Hex color #035A8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035A8F is #FCA570. Grayscale: #454545. Windows color (decimal): -16557425 or 9394691. OLE color: 9394691.

HSL color Cylindrical-coordinate representation of color #035A8F: hue angle of 202.71º 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 #035A8F is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB390143-
CMYK0.980.3700.44
HSL202.71º95.89%28.63%-
HSV(B)202.71º97.9%56.08%-
XYZ8.659.3127.33-
YUV70.03169.1880.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.27%
GREEN value IS 90 (35.55% from 255) = 38.14%
BLUE value IS 143 (56.25% from 255) = 60.59%
R=1.27%
G=38.14%
B=60.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal3901430.980.3700.44202.7195.8928.63
Hex35A8F622502Ccb601d
Octal31322171424505431314035
Binary111011010100011111100010100101010110011001011110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035A8F; }

 p { color: rgb(3,90,143); }

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

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

 a { background-color: rgb(3,90,143); }

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

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

 span { border-color: rgb(3,90,143); }

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