#2757BE

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

Shades of Cerulean Blue #2757BE

Tints of Cerulean Blue #2757BE

Color information

#2757BE (or 0x2757BE) is unknown color: approx Cerulean Blue. HEX triplet: 27, 57 and BE. RGB value is (39,87,190). Sum of RGB (Red+Green+Blue) = 39+87+190=316 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.34% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 190 (74.61% from 255 or 60.13% from 316); Max value from RGB is 190 - color contains mainly: blue. Hex color #2757BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2757BE is #D8A841. Grayscale: #535353. Windows color (decimal): -14198850 or 12474151. OLE color: 12474151.

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

Color convert

RGB3987190-
CMYK0.790.5400.25
HSL220.93º65.94%44.9%-
HSV(B)220.93º79.47%74.51%-
XYZ13.5410.9750.12-
YUV84.39187.695.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.34%
GREEN value IS 87 (34.38% from 255) = 27.53%
BLUE value IS 190 (74.61% from 255) = 60.13%
R=12.34%
G=27.53%
B=60.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal39871900.790.5400.25220.9365.9444.9
Hex2757BE4F36019dd422d
Octal471272761176603133510255
Binary1001111010111101111101001111110110011001110111011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2757BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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