#0368AB

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

Shades of Cerulean #0368AB

Tints of Cerulean #0368AB

Color information

#0368AB (or 0x0368AB) is unknown color: approx Cerulean. HEX triplet: 03, 68 and AB. RGB value is (3,104,171). Sum of RGB (Red+Green+Blue) = 3+104+171=278 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.08% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 171 (67.19% from 255 or 61.51% from 278); Max value from RGB is 171 - color contains mainly: blue. Hex color #0368AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0368AB is #FC9754. Grayscale: #515151. Windows color (decimal): -16553813 or 11233283. OLE color: 11233283.

HSL color Cylindrical-coordinate representation of color #0368AB: hue angle of 203.93º 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 #0368AB is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB3104171-
CMYK0.980.3900.33
HSL203.93º96.55%34.12%-
HSV(B)203.93º98.25%67.06%-
XYZ12.3412.8640.36-
YUV81.44178.5472.05-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.08%
GREEN value IS 104 (41.02% from 255) = 37.41%
BLUE value IS 171 (67.19% from 255) = 61.51%
R=1.08%
G=37.41%
B=61.51%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31041710.980.3900.33203.9396.5534.12
Hex368AB6227021cc6122
Octal31502531424704131414142
Binary1111010001010101111000101001110100001110011001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0368AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0368AB; }

 p { color: rgb(3,104,171); }

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

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

 a { background-color: rgb(3,104,171); }

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

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

 span { border-color: rgb(3,104,171); }

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