#2C60BA

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

Shades of Cerulean Blue #2C60BA

Tints of Cerulean Blue #2C60BA

Color information

#2C60BA (or 0x2C60BA) is unknown color: approx Cerulean Blue. HEX triplet: 2C, 60 and BA. RGB value is (44,96,186). Sum of RGB (Red+Green+Blue) = 44+96+186=326 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.50% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #2C60BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C60BA is #D39F45. Grayscale: #5A5A5A. Windows color (decimal): -13868870 or 12214316. OLE color: 12214316.

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

Color convert

RGB4496186-
CMYK0.760.4800.27
HSL218.03º61.74%45.1%-
HSV(B)218.03º76.34%72.94%-
XYZ14.0812.4548.11-
YUV90.71181.7794.68-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.50%
GREEN value IS 96 (37.89% from 255) = 29.45%
BLUE value IS 186 (73.05% from 255) = 57.06%
R=13.50%
G=29.45%
B=57.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal44961860.760.4800.27218.0361.7445.1
Hex2C60BA4C3001Bda3e2d
Octal54140272114600333327655
Binary101100110000010111010100110011000001101111011010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C60BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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