#035D8A

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

Shades of Dark Cerulean #035D8A

Tints of Dark Cerulean #035D8A

Color information

#035D8A (or 0x035D8A) is unknown color: approx Dark Cerulean. HEX triplet: 03, 5D and 8A. RGB value is (3,93,138). Sum of RGB (Red+Green+Blue) = 3+93+138=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 138 (54.30% from 255 or 58.97% from 234); Max value from RGB is 138 - color contains mainly: blue. Hex color #035D8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035D8A is #FCA275. Grayscale: #464646. Windows color (decimal): -16556662 or 9067779. OLE color: 9067779.

HSL color Cylindrical-coordinate representation of color #035D8A: hue angle of 200º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035D8A is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB393138-
CMYK0.980.3300.46
HSL200º95.74%27.65%-
HSV(B)200º97.83%54.12%-
XYZ8.549.6825.46-
YUV71.22165.6879.34-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.28%
GREEN value IS 93 (36.72% from 255) = 39.74%
BLUE value IS 138 (54.30% from 255) = 58.97%
R=1.28%
G=39.74%
B=58.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3931380.980.3300.4620095.7427.65
Hex35D8A622102Ec8601c
Octal31352121424105631014034
Binary111011101100010101100010100001010111011001000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,93,138); }

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

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

 a { background-color: rgb(3,93,138); }

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

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

 span { border-color: rgb(3,93,138); }

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