Html Css Color HEX #2E49BA Cerulean Blue

📋 copy color: '#2E49BA'

red 46 ◦ green 73 ◦ blue 186

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

Shades of Cerulean Blue #2E49BA

Tints of Cerulean Blue #2E49BA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.93%

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

R = 15.08%
G = 23.93%
B = 60.98%

CMYK

 C value IS 0.75

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E49BA (or 0x2E49BA) is known color: Cerulean Blue. HEX triplet: 2E, 49 and BA. RGB value is (46,73,186). Sum of RGB (Red+Green+Blue) = 46+73+186=305 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.08% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E49BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E49BA is #D1B645. Grayscale: #4D4D4D. Windows color (decimal): -13743686 or 12208430. OLE color: 12208430.

HSL color Cylindrical-coordinate representation of color #2E49BA: hue angle of 228.43º 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 #2E49BA is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 46 73 186 -
CMYK 0.75 0.61 0 0.27
HSL 228.43º 0.6% 0.45% -
HSV(B) 228.43º 0.75% 0.73% -
XYZ 12.37 8.89 47.52 -
YUV 77.81 189.05 105.31 -
System Red Green Blue C M Y K H S L
Decimal 46 73 186 0.75 0.61 0 0.27 228.43 0.6 0.45
Hex 2E 49 BA 4B 3D 0 1B E4 3C 2D
Octal 56 111 272 113 75 0 33 344 74 55
Binary 101110 1001001 10111010 1001011 111101 0 11011 11100100 111100 101101

Color Harmonies of #2E49BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E49BA

Black with #2E49BA

Text Example


Text Example

White with #2E49BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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