Html Css Color HEX #2E4CBA Cerulean Blue

📋 copy color: '#2E4CBA'

red 46 ◦ green 76 ◦ blue 186

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

Shades of Cerulean Blue #2E4CBA

Tints of Cerulean Blue #2E4CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.68%

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

R = 14.94%
G = 24.68%
B = 60.39%

CMYK

 C value IS 0.75

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2E4CBA (or 0x2E4CBA) is known color: Cerulean Blue. HEX triplet: 2E, 4C and BA. RGB value is (46,76,186). Sum of RGB (Red+Green+Blue) = 46+76+186=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 76 (30.08% from 255 or 24.68% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E4CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E4CBA is #D1B345. Grayscale: #4F4F4F. Windows color (decimal): -13742918 or 12209198. OLE color: 12209198.

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

Color convert

RGB 46 76 186 -
CMYK 0.75 0.59 0 0.27
HSL 227.14º 0.6% 0.45% -
HSV(B) 227.14º 0.75% 0.73% -
XYZ 12.57 9.29 47.59 -
YUV 79.57 188.06 104.06 -
System Red Green Blue C M Y K H S L
Decimal 46 76 186 0.75 0.59 0 0.27 227.14 0.6 0.45
Hex 2E 4C BA 4B 3B 0 1B E3 3C 2D
Octal 56 114 272 113 73 0 33 343 74 55
Binary 101110 1001100 10111010 1001011 111011 0 11011 11100011 111100 101101

Color Harmonies of #2E4CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4CBA

Black with #2E4CBA

Text Example


Text Example

White with #2E4CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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