#2752BE

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

Shades of Cerulean Blue #2752BE

Tints of Cerulean Blue #2752BE

Color information

#2752BE (or 0x2752BE) is unknown color: approx Cerulean Blue. HEX triplet: 27, 52 and BE. RGB value is (39,82,190). Sum of RGB (Red+Green+Blue) = 39+82+190=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 190 (74.61% from 255 or 61.09% from 311); Max value from RGB is 190 - color contains mainly: blue. Hex color #2752BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2752BE is #D8AD41. Grayscale: #505050. Windows color (decimal): -14200130 or 12472871. OLE color: 12472871.

HSL color Cylindrical-coordinate representation of color #2752BE: hue angle of 222.91º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2752BE is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3982190-
CMYK0.790.5700.25
HSL222.91º65.94%44.9%-
HSV(B)222.91º79.47%74.51%-
XYZ13.1510.1849.99-
YUV81.46189.2597.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.54%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 190 (74.61% from 255) = 61.09%
R=12.54%
G=26.37%
B=61.09%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal39821900.790.5700.25222.9165.9444.9
Hex2752BE4F39019df422d
Octal471222761177103133710255
Binary1001111010010101111101001111111001011001110111111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2752BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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