#036294

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

Shades of Cerulean #036294

Tints of Cerulean #036294

Color information

#036294 (or 0x036294) is unknown color: approx Cerulean. HEX triplet: 03, 62 and 94. RGB value is (3,98,148). Sum of RGB (Red+Green+Blue) = 3+98+148=249 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 148 (58.20% from 255 or 59.44% from 249); Max value from RGB is 148 - color contains mainly: blue. Hex color #036294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036294 is #FC9D6B. Grayscale: #4B4B4B. Windows color (decimal): -16555372 or 9724419. OLE color: 9724419.

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

Color convert

RGB398148-
CMYK0.980.3400.42
HSL200.69º96.03%29.61%-
HSV(B)200.69º97.97%58.04%-
XYZ9.7510.8929.61-
YUV75.29169.0376.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.20%
GREEN value IS 98 (38.67% from 255) = 39.36%
BLUE value IS 148 (58.20% from 255) = 59.44%
R=1.20%
G=39.36%
B=59.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3981480.980.3400.42200.6996.0329.61
Hex36294622202Ac9601e
Octal31422241424205231114036
Binary111100010100101001100010100010010101011001001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036294; }

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

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

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

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

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

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

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

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