#0366A3

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

Shades of Cerulean #0366A3

Tints of Cerulean #0366A3

Color information

#0366A3 (or 0x0366A3) is unknown color: approx Cerulean. HEX triplet: 03, 66 and A3. RGB value is (3,102,163). Sum of RGB (Red+Green+Blue) = 3+102+163=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 163 (64.06% from 255 or 60.82% from 268); Max value from RGB is 163 - color contains mainly: blue. Hex color #0366A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0366A3 is #FC995C. Grayscale: #4F4F4F. Windows color (decimal): -16554333 or 10708483. OLE color: 10708483.

HSL color Cylindrical-coordinate representation of color #0366A3: hue angle of 202.88º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0366A3 is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3102163-
CMYK0.980.3700.36
HSL202.88º96.39%32.55%-
HSV(B)202.88º98.16%63.92%-
XYZ11.412.1736.4-
YUV79.35175.273.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.12%
GREEN value IS 102 (40.23% from 255) = 38.06%
BLUE value IS 163 (64.06% from 255) = 60.82%
R=1.12%
G=38.06%
B=60.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal31021630.980.3700.36202.8896.3932.55
Hex366A36225024cb6021
Octal31462431424504431314041
Binary1111001101010001111000101001010100100110010111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0366A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0366A3; }

 p { color: rgb(3,102,163); }

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

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

 a { background-color: rgb(3,102,163); }

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

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

 span { border-color: rgb(3,102,163); }

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