#035893

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

Shades of Dark Cerulean #035893

Tints of Dark Cerulean #035893

Color information

#035893 (or 0x035893) is unknown color: approx Dark Cerulean. HEX triplet: 03, 58 and 93. RGB value is (3,88,147). Sum of RGB (Red+Green+Blue) = 3+88+147=238 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 238); Green value is 88 (34.77% from 255 or 36.97% from 238); Blue value is 147 (57.81% from 255 or 61.76% from 238); Max value from RGB is 147 - color contains mainly: blue. Hex color #035893 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035893 is #FCA76C. Grayscale: #444444. Windows color (decimal): -16557933 or 9656323. OLE color: 9656323.

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

Color convert

RGB388147-
CMYK0.980.4000.42
HSL204.58º96%29.41%-
HSV(B)204.58º97.96%57.65%-
XYZ8.799.1128.9-
YUV69.31171.8480.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.26%
GREEN value IS 88 (34.77% from 255) = 36.97%
BLUE value IS 147 (57.81% from 255) = 61.76%
R=1.26%
G=36.97%
B=61.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3881470.980.4000.42204.589629.41
Hex35893622802Acd601d
Octal31302231425005231514035
Binary111011000100100111100010101000010101011001101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035893; }

 p { color: rgb(3,88,147); }

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

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

 a { background-color: rgb(3,88,147); }

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

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

 span { border-color: rgb(3,88,147); }

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