#284caf

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

Shades of Cerulean Blue #284CAF

Tints of Cerulean Blue #284CAF

Color information

#284CAF (or 0x284CAF) is unknown color: approx Cerulean Blue. HEX triplet: 28, 4C and AF. RGB value is (40,76,175). Sum of RGB (Red+Green+Blue) = 40+76+175=291 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.75% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #284CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284CAF is #D7B350. Grayscale: #4C4C4C. Windows color (decimal): -14136145 or 11488296. OLE color: 11488296.

HSL color Cylindrical-coordinate representation of color #284CAF: hue angle of 224º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #284CAF is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4076175-
CMYK0.770.5700.31
HSL224º62.79%42.16%-
HSV(B)224º77.14%68.63%-
XYZ11.28.7241.65-
YUV76.52183.57101.95-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.75%
GREEN value IS 76 (30.08% from 255) = 26.12%
BLUE value IS 175 (68.75% from 255) = 60.14%
R=13.75%
G=26.12%
B=60.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal40761750.770.5700.3122462.7942.16
Hex284CAF4D3901Fe03f2a
Octal50114257115710373407752
Binary101000100110010101111100110111100101111111100000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284caf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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