#036594

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

Shades of Cerulean #036594

Tints of Cerulean #036594

Color information

#036594 (or 0x036594) is unknown color: approx Cerulean. HEX triplet: 03, 65 and 94. RGB value is (3,101,148). Sum of RGB (Red+Green+Blue) = 3+101+148=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #036594 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036594 is #FC9A6B. Grayscale: #4C4C4C. Windows color (decimal): -16554604 or 9725187. OLE color: 9725187.

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

Color convert

RGB3101148-
CMYK0.980.3200.42
HSL199.45º96.03%29.61%-
HSV(B)199.45º97.97%58.04%-
XYZ10.0411.4629.7-
YUV77.06168.0375.18-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.19%
GREEN value IS 101 (39.84% from 255) = 40.08%
BLUE value IS 148 (58.20% from 255) = 58.73%
R=1.19%
G=40.08%
B=58.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31011480.980.3200.42199.4596.0329.61
Hex36594622002Ac7601e
Octal31452241424005230714036
Binary111100101100101001100010100000010101011000111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036594; }

 p { color: rgb(3,101,148); }

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

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

 a { background-color: rgb(3,101,148); }

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

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

 span { border-color: rgb(3,101,148); }

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