#284BAB

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

Shades of Cerulean Blue #284BAB

Tints of Cerulean Blue #284BAB

Color information

#284BAB (or 0x284BAB) is unknown color: approx Cerulean Blue. HEX triplet: 28, 4B and AB. RGB value is (40,75,171). Sum of RGB (Red+Green+Blue) = 40+75+171=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #284BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284BAB is #D7B454. Grayscale: #4B4B4B. Windows color (decimal): -14136405 or 11225896. OLE color: 11225896.

HSL color Cylindrical-coordinate representation of color #284BAB: hue angle of 223.97º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #284BAB is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4075171-
CMYK0.770.5600.33
HSL223.97º62.09%41.37%-
HSV(B)223.97º76.61%67.06%-
XYZ10.748.4239.59-
YUV75.48181.9102.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.99%
GREEN value IS 75 (29.69% from 255) = 26.22%
BLUE value IS 171 (67.19% from 255) = 59.79%
R=13.99%
G=26.22%
B=59.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal40751710.770.5600.33223.9762.0941.37
Hex284BAB4D38021e03e29
Octal50113253115700413407651
Binary1010001001011101010111001101111000010000111100000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284BAB; }

 p { color: rgb(40,75,171); }

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

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

 a { background-color: rgb(40,75,171); }

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

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

 span { border-color: rgb(40,75,171); }

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