#2760BA

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

Shades of Cerulean Blue #2760BA

Tints of Cerulean Blue #2760BA

Color information

#2760BA (or 0x2760BA) is unknown color: approx Cerulean Blue. HEX triplet: 27, 60 and BA. RGB value is (39,96,186). Sum of RGB (Red+Green+Blue) = 39+96+186=321 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.15% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 186 (73.05% from 255 or 57.94% from 321); Max value from RGB is 186 - color contains mainly: blue. Hex color #2760BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2760BA is #D89F45. Grayscale: #585858. Windows color (decimal): -14196550 or 12214311. OLE color: 12214311.

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

Color convert

RGB3996186-
CMYK0.790.4800.27
HSL216.73º65.33%44.12%-
HSV(B)216.73º79.03%72.94%-
XYZ13.8812.3448.1-
YUV89.22182.6292.18-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.15%
GREEN value IS 96 (37.89% from 255) = 29.91%
BLUE value IS 186 (73.05% from 255) = 57.94%
R=12.15%
G=29.91%
B=57.94%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal39961860.790.4800.27216.7365.3344.12
Hex2760BA4F3001Bd9412c
Octal471402721176003333110154
Binary1001111100000101110101001111110000011011110110011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2760BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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