#035884

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

Shades of Dark Cerulean #035884

Tints of Dark Cerulean #035884

Color information

#035884 (or 0x035884) is unknown color: approx Dark Cerulean. HEX triplet: 03, 58 and 84. RGB value is (3,88,132). Sum of RGB (Red+Green+Blue) = 3+88+132=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #035884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035884 is #FCA77B. Grayscale: #434343. Windows color (decimal): -16557948 or 8673283. OLE color: 8673283.

HSL color Cylindrical-coordinate representation of color #035884: hue angle of 200.47º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035884 is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB388132-
CMYK0.980.3300.48
HSL200.47º95.56%26.47%-
HSV(B)200.47º97.73%51.76%-
XYZ7.698.6623.1-
YUV67.6164.3481.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.35%
GREEN value IS 88 (34.77% from 255) = 39.46%
BLUE value IS 132 (51.95% from 255) = 59.19%
R=1.35%
G=39.46%
B=59.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3881320.980.3300.48200.4795.5626.47
Hex358846221030c8601a
Octal31302041424106031014032
Binary111011000100001001100010100001011000011001000110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035884; }

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

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

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

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

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

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

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

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