#2E60C2

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

Shades of Cerulean Blue #2E60C2

Tints of Cerulean Blue #2E60C2

Color information

#2E60C2 (or 0x2E60C2) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 60 and C2. RGB value is (46,96,194). Sum of RGB (Red+Green+Blue) = 46+96+194=336 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.69% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 194 (76.17% from 255 or 57.74% from 336); Max value from RGB is 194 - color contains mainly: blue. Hex color #2E60C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E60C2 is #D19F3D. Grayscale: #5B5B5B. Windows color (decimal): -13737790 or 12738606. OLE color: 12738606.

HSL color Cylindrical-coordinate representation of color #2E60C2: hue angle of 219.73º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E60C2 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4696194-
CMYK0.760.5100.24
HSL219.73º61.67%47.06%-
HSV(B)219.73º76.29%76.08%-
XYZ15.0512.8452.72-
YUV92.22185.4495.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.69%
GREEN value IS 96 (37.89% from 255) = 28.57%
BLUE value IS 194 (76.17% from 255) = 57.74%
R=13.69%
G=28.57%
B=57.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal46961940.760.5100.24219.7361.6747.06
Hex2E60C24C33018dc3e2f
Octal56140302114630303347657
Binary101110110000011000010100110011001101100011011100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E60C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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