#2756BE

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

Shades of Cerulean Blue #2756BE

Tints of Cerulean Blue #2756BE

Color information

#2756BE (or 0x2756BE) is unknown color: approx Cerulean Blue. HEX triplet: 27, 56 and BE. RGB value is (39,86,190). Sum of RGB (Red+Green+Blue) = 39+86+190=315 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.38% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 190 (74.61% from 255 or 60.32% from 315); Max value from RGB is 190 - color contains mainly: blue. Hex color #2756BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2756BE is #D8A941. Grayscale: #535353. Windows color (decimal): -14199106 or 12473895. OLE color: 12473895.

HSL color Cylindrical-coordinate representation of color #2756BE: hue angle of 221.32º 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 #2756BE is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3986190-
CMYK0.790.5500.25
HSL221.32º65.94%44.9%-
HSV(B)221.32º79.47%74.51%-
XYZ13.4610.850.09-
YUV83.8187.9396.04-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.38%
GREEN value IS 86 (33.98% from 255) = 27.30%
BLUE value IS 190 (74.61% from 255) = 60.32%
R=12.38%
G=27.30%
B=60.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal39861900.790.5500.25221.3265.9444.9
Hex2756BE4F37019dd422d
Octal471262761176703133510255
Binary1001111010110101111101001111110111011001110111011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2756BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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