Html Css Color HEX #2E48AB Cerulean Blue

📋 copy color: '#2E48AB'

red 46 ◦ green 72 ◦ blue 171

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

Shades of Cerulean Blue #2E48AB

Tints of Cerulean Blue #2E48AB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.91%

 BLUE value IS 171 (67.19% from 255) = 59.17%

R = 15.92%
G = 24.91%
B = 59.17%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E48AB (or 0x2E48AB) is known color: Cerulean Blue. HEX triplet: 2E, 48 and AB. RGB value is (46,72,171). Sum of RGB (Red+Green+Blue) = 46+72+171=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E48AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E48AB is #D1B754. Grayscale: #4B4B4B. Windows color (decimal): -13743957 or 11225134. OLE color: 11225134.

HSL color Cylindrical-coordinate representation of color #2E48AB: hue angle of 227.52º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E48AB is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 72 171 -
CMYK 0.73 0.58 0 0.33
HSL 227.52º 0.58% 0.43% -
HSV(B) 227.52º 0.73% 0.67% -
XYZ 10.79 8.16 39.53 -
YUV 75.51 181.89 106.95 -
System Red Green Blue C M Y K H S L
Decimal 46 72 171 0.73 0.58 0 0.33 227.52 0.58 0.43
Hex 2E 48 AB 49 3A 0 21 E4 3A 2B
Octal 56 110 253 111 72 0 41 344 72 53
Binary 101110 1001000 10101011 1001001 111010 0 100001 11100100 111010 101011

Color Harmonies of #2E48AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E48AB

Black with #2E48AB

Text Example


Text Example

White with #2E48AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,72,171); }

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

background-color css

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

 a { background-color: rgb(46,72,171); }

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

border-color css

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

 span { border-color: rgb(46,72,171); }

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