#2B60BA

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

Shades of Cerulean Blue #2B60BA

Tints of Cerulean Blue #2B60BA

Color information

#2B60BA (or 0x2B60BA) is unknown color: approx Cerulean Blue. HEX triplet: 2B, 60 and BA. RGB value is (43,96,186). Sum of RGB (Red+Green+Blue) = 43+96+186=325 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.23% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #2B60BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B60BA is #D49F45. Grayscale: #5A5A5A. Windows color (decimal): -13934406 or 12214315. OLE color: 12214315.

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

Color convert

RGB4396186-
CMYK0.770.4800.27
HSL217.76º62.45%44.9%-
HSV(B)217.76º76.88%72.94%-
XYZ14.0412.4248.11-
YUV90.41181.9494.18-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 13.23%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 186 (73.05% from 255) = 57.23%
R=13.23%
G=29.54%
B=57.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal43961860.770.4800.27217.7662.4544.9
Hex2B60BA4D3001Bda3e2d
Octal53140272115600333327655
Binary101011110000010111010100110111000001101111011010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B60BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B60BA; }

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

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

<style>
 a { background-color: #2B60BA; }

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

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

<style>
 span { border-color: #2B60BA; }

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

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