#2960BA

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

Shades of Cerulean Blue #2960BA

Tints of Cerulean Blue #2960BA

Color information

#2960BA (or 0x2960BA) is unknown color: approx Cerulean Blue. HEX triplet: 29, 60 and BA. RGB value is (41,96,186). Sum of RGB (Red+Green+Blue) = 41+96+186=323 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.69% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #2960BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2960BA is #D69F45. Grayscale: #595959. Windows color (decimal): -14065478 or 12214313. OLE color: 12214313.

HSL color Cylindrical-coordinate representation of color #2960BA: hue angle of 217.24º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2960BA is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB4196186-
CMYK0.780.4800.27
HSL217.24º63.88%44.51%-
HSV(B)217.24º77.96%72.94%-
XYZ13.9612.3848.11-
YUV89.82182.2893.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.69%
GREEN value IS 96 (37.89% from 255) = 29.72%
BLUE value IS 186 (73.05% from 255) = 57.59%
R=12.69%
G=29.72%
B=57.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal41961860.780.4800.27217.2463.8844.51
Hex2960BA4E3001Bd9402d
Octal511402721166003333110055
Binary1010011100000101110101001110110000011011110110011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2960BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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