#2860BA

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

Shades of Cerulean Blue #2860BA

Tints of Cerulean Blue #2860BA

Color information

#2860BA (or 0x2860BA) is unknown color: approx Cerulean Blue. HEX triplet: 28, 60 and BA. RGB value is (40,96,186). Sum of RGB (Red+Green+Blue) = 40+96+186=322 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.42% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #2860BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2860BA is #D79F45. Grayscale: #595959. Windows color (decimal): -14131014 or 12214312. OLE color: 12214312.

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

Color convert

RGB4096186-
CMYK0.780.4800.27
HSL216.99º64.6%44.31%-
HSV(B)216.99º78.49%72.94%-
XYZ13.9212.3648.11-
YUV89.52182.4592.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.42%
GREEN value IS 96 (37.89% from 255) = 29.81%
BLUE value IS 186 (73.05% from 255) = 57.76%
R=12.42%
G=29.81%
B=57.76%

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
Decimal40961860.780.4800.27216.9964.644.31
Hex2860BA4E3001Bd9412c
Octal501402721166003333110154
Binary1010001100000101110101001110110000011011110110011000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2860BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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