Html Css Color HEX #2E51B7 Cerulean Blue

📋 copy color: '#2E51B7'

red 46 ◦ green 81 ◦ blue 183

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

Shades of Cerulean Blue #2E51B7

Tints of Cerulean Blue #2E51B7

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.13%

 BLUE value IS 183 (71.88% from 255) = 59.03%

R = 14.84%
G = 26.13%
B = 59.03%

CMYK

 C value IS 0.75

 M value IS 0.56

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#2E51B7 (or 0x2E51B7) is known color: Cerulean Blue. HEX triplet: 2E, 51 and B7. RGB value is (46,81,183). Sum of RGB (Red+Green+Blue) = 46+81+183=310 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.84% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 183 (71.88% from 255 or 59.03% from 310); Max value from RGB is 183 - color contains mainly: blue. Hex color #2E51B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E51B7 is #D1AE48. Grayscale: #515151. Windows color (decimal): -13741641 or 12013870. OLE color: 12013870.

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

Color convert

RGB 46 81 183 -
CMYK 0.75 0.56 0 0.28
HSL 224.67º 0.6% 0.45% -
HSV(B) 224.67º 0.75% 0.72% -
XYZ 12.62 9.88 46.04 -
YUV 82.16 184.9 102.21 -
System Red Green Blue C M Y K H S L
Decimal 46 81 183 0.75 0.56 0 0.28 224.67 0.6 0.45
Hex 2E 51 B7 4B 38 0 1C E1 3C 2D
Octal 56 121 267 113 70 0 34 341 74 55
Binary 101110 1010001 10110111 1001011 111000 0 11100 11100001 111100 101101

Color Harmonies of #2E51B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E51B7

Black with #2E51B7

Text Example


Text Example

White with #2E51B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,81,183); }

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

background-color css

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

 a { background-color: rgb(46,81,183); }

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

border-color css

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

 span { border-color: rgb(46,81,183); }

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