#2e52ca

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

Shades of Cerulean Blue #2E52CA

Tints of Cerulean Blue #2E52CA

Color information

#2E52CA (or 0x2E52CA) is unknown color: approx Cerulean Blue. HEX triplet: 2E, 52 and CA. RGB value is (46,82,202). Sum of RGB (Red+Green+Blue) = 46+82+202=330 (43% of max value = 765). Red value is 46 (18.36% from 255 or 13.94% from 330); Green value is 82 (32.42% from 255 or 24.85% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #2E52CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E52CA is #D1AD35. Grayscale: #545454. Windows color (decimal): -13741366 or 13259310. OLE color: 13259310.

HSL color Cylindrical-coordinate representation of color #2E52CA: hue angle of 226.15º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2E52CA is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4682202-
CMYK0.770.5900.21
HSL226.15º62.9%48.63%-
HSV(B)226.15º77.23%79.22%-
XYZ14.810.8857.2-
YUV84.92194.07100.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.94%
GREEN value IS 82 (32.42% from 255) = 24.85%
BLUE value IS 202 (79.30% from 255) = 61.21%
R=13.94%
G=24.85%
B=61.21%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal46822020.770.5900.21226.1562.948.63
Hex2E52CA4D3B015e23f31
Octal56122312115730253427761
Binary101110101001011001010100110111101101010111100010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2e52ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,82,202); }

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

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

 a { background-color: rgb(46,82,202); }

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

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

 span { border-color: rgb(46,82,202); }

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