#284DAF

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

Shades of Cerulean Blue #284DAF

Tints of Cerulean Blue #284DAF

Color information

#284DAF (or 0x284DAF) is unknown color: approx Cerulean Blue. HEX triplet: 28, 4D and AF. RGB value is (40,77,175). Sum of RGB (Red+Green+Blue) = 40+77+175=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #284DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284DAF is #D7B250. Grayscale: #4C4C4C. Windows color (decimal): -14135889 or 11488552. OLE color: 11488552.

HSL color Cylindrical-coordinate representation of color #284DAF: hue angle of 223.56º 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 #284DAF is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4077175-
CMYK0.770.5600.31
HSL223.56º62.79%42.16%-
HSV(B)223.56º77.14%68.63%-
XYZ11.278.8541.67-
YUV77.11183.24101.53-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.70%
GREEN value IS 77 (30.47% from 255) = 26.37%
BLUE value IS 175 (68.75% from 255) = 59.93%
R=13.70%
G=26.37%
B=59.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal40771750.770.5600.31223.5662.7942.16
Hex284DAF4D3801Fe03f2a
Octal50115257115700373407752
Binary101000100110110101111100110111100001111111100000111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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