Html Css Color HEX #2E4BAC Cerulean Blue

📋 copy color: '#2E4BAC'

red 46 ◦ green 75 ◦ blue 172

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

Shades of Cerulean Blue #2E4BAC

Tints of Cerulean Blue #2E4BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.6%

 BLUE value IS 172 (67.58% from 255) = 58.7%

R = 15.7%
G = 25.6%
B = 58.7%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E4BAC (or 0x2E4BAC) is known color: Cerulean Blue. HEX triplet: 2E, 4B and AC. RGB value is (46,75,172). Sum of RGB (Red+Green+Blue) = 46+75+172=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E4BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4BAC is #D1B453. Grayscale: #4C4C4C. Windows color (decimal): -13743188 or 11291438. OLE color: 11291438.

HSL color Cylindrical-coordinate representation of color #2E4BAC: hue angle of 226.19º 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 #2E4BAC is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 46 75 172 -
CMYK 0.73 0.56 0 0.33
HSL 226.19º 0.58% 0.43% -
HSV(B) 226.19º 0.73% 0.67% -
XYZ 11.09 8.59 40.1 -
YUV 77.39 181.39 105.61 -
System Red Green Blue C M Y K H S L
Decimal 46 75 172 0.73 0.56 0 0.33 226.19 0.58 0.43
Hex 2E 4B AC 49 38 0 21 E2 3A 2B
Octal 56 113 254 111 70 0 41 342 72 53
Binary 101110 1001011 10101100 1001001 111000 0 100001 11100010 111010 101011

Color Harmonies of #2E4BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4BAC

Black with #2E4BAC

Text Example


Text Example

White with #2E4BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,75,172); }

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

background-color css

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

 a { background-color: rgb(46,75,172); }

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

border-color css

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

 span { border-color: rgb(46,75,172); }

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