#035584

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

Shades of Dark Cerulean #035584

Tints of Dark Cerulean #035584

Color information

#035584 (or 0x035584) is unknown color: approx Dark Cerulean. HEX triplet: 03, 55 and 84. RGB value is (3,85,132). Sum of RGB (Red+Green+Blue) = 3+85+132=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 132 (51.95% from 255 or 60% from 220); Max value from RGB is 132 - color contains mainly: blue. Hex color #035584 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035584 is #FCAA7B. Grayscale: #414141. Windows color (decimal): -16558716 or 8672515. OLE color: 8672515.

HSL color Cylindrical-coordinate representation of color #035584: hue angle of 201.86º 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 #035584 is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB385132-
CMYK0.980.3600.48
HSL201.86º95.56%26.47%-
HSV(B)201.86º97.73%51.76%-
XYZ7.458.1823.02-
YUV65.84165.3383.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.36%
GREEN value IS 85 (33.59% from 255) = 38.64%
BLUE value IS 132 (51.95% from 255) = 60%
R=1.36%
G=38.64%
B=60%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3851320.980.3600.48201.8695.5626.47
Hex355846224030ca601a
Octal31252041424406031214032
Binary111010101100001001100010100100011000011001010110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035584; }

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

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

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

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

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

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

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

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