#2760BE

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

Shades of Cerulean Blue #2760BE

Tints of Cerulean Blue #2760BE

Color information

#2760BE (or 0x2760BE) is unknown color: approx Cerulean Blue. HEX triplet: 27, 60 and BE. RGB value is (39,96,190). Sum of RGB (Red+Green+Blue) = 39+96+190=325 (43% of max value = 765). Red value is 39 (15.62% from 255 or 12% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #2760BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2760BE is #D89F41. Grayscale: #595959. Windows color (decimal): -14196546 or 12476455. OLE color: 12476455.

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

Color convert

RGB3996190-
CMYK0.790.4900.25
HSL217.35º65.94%44.9%-
HSV(B)217.35º79.47%74.51%-
XYZ14.3112.5150.38-
YUV89.67184.6291.86-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 190 (74.61% from 255) = 58.46%
R=12%
G=29.54%
B=58.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal39961900.790.4900.25217.3565.9444.9
Hex2760BE4F31019d9422d
Octal471402761176103133110255
Binary1001111100000101111101001111110001011001110110011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2760BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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