#284CA2

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

Shades of Cerulean Blue #284CA2

Tints of Cerulean Blue #284CA2

Color information

#284CA2 (or 0x284CA2) is unknown color: approx Cerulean Blue. HEX triplet: 28, 4C and A2. RGB value is (40,76,162). Sum of RGB (Red+Green+Blue) = 40+76+162=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 162 (63.67% from 255 or 58.27% from 278); Max value from RGB is 162 - color contains mainly: blue. Hex color #284CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284CA2 is #D7B35D. Grayscale: #4A4A4A. Windows color (decimal): -14136158 or 10636328. OLE color: 10636328.

HSL color Cylindrical-coordinate representation of color #284CA2: hue angle of 222.3º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #284CA2 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4076162-
CMYK0.750.5300.36
HSL222.3º60.4%39.61%-
HSV(B)222.3º75.31%63.53%-
XYZ9.988.2335.24-
YUV75.04177.07103.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.39%
GREEN value IS 76 (30.08% from 255) = 27.34%
BLUE value IS 162 (63.67% from 255) = 58.27%
R=14.39%
G=27.34%
B=58.27%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal40761620.750.5300.36222.360.439.61
Hex284CA24B35024de3c28
Octal50114242113650443367450
Binary1010001001100101000101001011110101010010011011110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,76,162); }

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

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

 a { background-color: rgb(40,76,162); }

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

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

 span { border-color: rgb(40,76,162); }

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