#2852AF

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

Shades of Cerulean Blue #2852AF

Tints of Cerulean Blue #2852AF

Color information

#2852AF (or 0x2852AF) is unknown color: approx Cerulean Blue. HEX triplet: 28, 52 and AF. RGB value is (40,82,175). Sum of RGB (Red+Green+Blue) = 40+82+175=297 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.47% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #2852AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2852AF is #D7AD50. Grayscale: #4F4F4F. Windows color (decimal): -14134609 or 11489832. OLE color: 11489832.

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

Color convert

RGB4082175-
CMYK0.770.5300.31
HSL221.33º62.79%42.16%-
HSV(B)221.33º77.14%68.63%-
XYZ11.639.5841.79-
YUV80.04181.5999.44-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.47%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 175 (68.75% from 255) = 58.92%
R=13.47%
G=27.61%
B=58.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal40821750.770.5300.31221.3362.7942.16
Hex2852AF4D3501Fdd3f2a
Octal50122257115650373357752
Binary101000101001010101111100110111010101111111011101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2852AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2852AF; }

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

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

<style>
 a { background-color: #2852AF; }

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

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

<style>
 span { border-color: #2852AF; }

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

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