#2752CA

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

Shades of Cerulean Blue #2752CA

Tints of Cerulean Blue #2752CA

Color information

#2752CA (or 0x2752CA) is unknown color: approx Cerulean Blue. HEX triplet: 27, 52 and CA. RGB value is (39,82,202). Sum of RGB (Red+Green+Blue) = 39+82+202=323 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.07% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 202 (79.30% from 255 or 62.54% from 323); Max value from RGB is 202 - color contains mainly: blue. Hex color #2752CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2752CA is #D8AD35. Grayscale: #525252. Windows color (decimal): -14200118 or 13259303. OLE color: 13259303.

HSL color Cylindrical-coordinate representation of color #2752CA: hue angle of 224.17º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2752CA is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3982202-
CMYK0.810.5900.21
HSL224.17º67.63%47.25%-
HSV(B)224.17º80.69%79.22%-
XYZ14.5110.7357.18-
YUV82.82195.2596.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.07%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 202 (79.30% from 255) = 62.54%
R=12.07%
G=25.39%
B=62.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal39822020.810.5900.21224.1767.6347.25
Hex2752CA513B015e0442f
Octal471223121217302534010457
Binary1001111010010110010101010001111011010101111000001000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2752CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2752CA; }

 p { color: rgb(39,82,202); }

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

<style>
 a { background-color: #2752CA; }

 a { background-color: rgb(39,82,202); }

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

<style>
 span { border-color: #2752CA; }

 span { border-color: rgb(39,82,202); }

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