#0370AA

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

Shades of Cerulean #0370AA

Tints of Cerulean #0370AA

Color information

#0370AA (or 0x0370AA) is unknown color: approx Cerulean. HEX triplet: 03, 70 and AA. RGB value is (3,112,170). Sum of RGB (Red+Green+Blue) = 3+112+170=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #0370AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0370AA is #FC8F55. Grayscale: #555555. Windows color (decimal): -16551766 or 11169795. OLE color: 11169795.

HSL color Cylindrical-coordinate representation of color #0370AA: hue angle of 200.84º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0370AA is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3112170-
CMYK0.980.3400.33
HSL200.84º96.53%33.92%-
HSV(B)200.84º98.24%66.67%-
XYZ13.0914.5140.14-
YUV86.02175.3968.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.05%
GREEN value IS 112 (44.14% from 255) = 39.30%
BLUE value IS 170 (66.80% from 255) = 59.65%
R=1.05%
G=39.30%
B=59.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31121700.980.3400.33200.8496.5333.92
Hex370AA6222021c96122
Octal31602521424204131114142
Binary1111100001010101011000101000100100001110010011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0370AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0370AA; }

 p { color: rgb(3,112,170); }

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

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

 a { background-color: rgb(3,112,170); }

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

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

 span { border-color: rgb(3,112,170); }

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