#2752BB

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

Shades of Cerulean Blue #2752BB

Tints of Cerulean Blue #2752BB

Color information

#2752BB (or 0x2752BB) is unknown color: approx Cerulean Blue. HEX triplet: 27, 52 and BB. RGB value is (39,82,187). Sum of RGB (Red+Green+Blue) = 39+82+187=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 187 (73.44% from 255 or 60.71% from 308); Max value from RGB is 187 - color contains mainly: blue. Hex color #2752BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2752BB is #D8AD44. Grayscale: #505050. Windows color (decimal): -14200133 or 12276263. OLE color: 12276263.

HSL color Cylindrical-coordinate representation of color #2752BB: hue angle of 222.57º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2752BB is Cyan = 0.79, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3982187-
CMYK0.790.5600.27
HSL222.57º65.49%44.31%-
HSV(B)222.57º79.14%73.33%-
XYZ12.8210.0548.28-
YUV81.11187.7597.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.66%
GREEN value IS 82 (32.42% from 255) = 26.62%
BLUE value IS 187 (73.44% from 255) = 60.71%
R=12.66%
G=26.62%
B=60.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal39821870.790.5600.27222.5765.4944.31
Hex2752BB4F3801Bdf412c
Octal471222731177003333710154
Binary1001111010010101110111001111111000011011110111111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2752BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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