#2E60B2

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

Shades of Cerulean Blue #2E60B2

Tints of Cerulean Blue #2E60B2

Color information

#2E60B2 (or 0x2E60B2) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 60 and B2. RGB value is (46,96,178). Sum of RGB (Red+Green+Blue) = 46+96+178=320 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.38% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 178 (69.92% from 255 or 55.62% from 320); Max value from RGB is 178 - color contains mainly: blue. Hex color #2E60B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E60B2 is #D19F4D. Grayscale: #5A5A5A. Windows color (decimal): -13737806 or 11690030. OLE color: 11690030.

HSL color Cylindrical-coordinate representation of color #2E60B2: hue angle of 217.27º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E60B2 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4696178-
CMYK0.740.4600.30
HSL217.27º58.93%43.92%-
HSV(B)217.27º74.16%69.8%-
XYZ13.3512.1643.76-
YUV90.4177.4496.33-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.38%
GREEN value IS 96 (37.89% from 255) = 30%
BLUE value IS 178 (69.92% from 255) = 55.62%
R=14.38%
G=30%
B=55.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal46961780.740.4600.30217.2758.9343.92
Hex2E60B24A2E01Ed93b2c
Octal56140262112560363317354
Binary101110110000010110010100101010111001111011011001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E60B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,96,178); }

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

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

 a { background-color: rgb(46,96,178); }

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

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

 span { border-color: rgb(46,96,178); }

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