Html Css Color HEX #2E52BA Cerulean Blue

📋 copy color: '#2E52BA'

red 46 ◦ green 82 ◦ blue 186

#2E52BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #2E52BA

Tints of Cerulean Blue #2E52BA

RGB

 RED value IS 46 (18.36% from 255) = 14.65%

 GREEN value IS 82 (32.42% from 255) = 26.11%

 BLUE value IS 186 (73.05% from 255) = 59.24%

R = 14.65%
G = 26.11%
B = 59.24%

CMYK

 C value IS 0.75

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E52BA (or 0x2E52BA) is known color: Cerulean Blue. HEX triplet: 2E, 52 and BA. RGB value is (46,82,186). Sum of RGB (Red+Green+Blue) = 46+82+186=314 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.65% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E52BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E52BA is #D1AD45. Grayscale: #525252. Windows color (decimal): -13741382 or 12210734. OLE color: 12210734.

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

Color convert

RGB 46 82 186 -
CMYK 0.75 0.56 0 0.27
HSL 224.57º 0.6% 0.45% -
HSV(B) 224.57º 0.75% 0.73% -
XYZ 13.01 10.16 47.73 -
YUV 83.09 186.07 101.54 -
System Red Green Blue C M Y K H S L
Decimal 46 82 186 0.75 0.56 0 0.27 224.57 0.6 0.45
Hex 2E 52 BA 4B 38 0 1B E1 3C 2D
Octal 56 122 272 113 70 0 33 341 74 55
Binary 101110 1010010 10111010 1001011 111000 0 11011 11100001 111100 101101

Color Harmonies of #2E52BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E52BA

Black with #2E52BA

Text Example


Text Example

White with #2E52BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E52BA;
 }
 .AnyTagClassName
 {
   color: #2E52BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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