Html Css Color HEX #2E4AAC Cerulean Blue

📋 copy color: '#2E4AAC'

red 46 ◦ green 74 ◦ blue 172

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

Shades of Cerulean Blue #2E4AAC

Tints of Cerulean Blue #2E4AAC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.34%

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

R = 15.75%
G = 25.34%
B = 58.9%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E4AAC (or 0x2E4AAC) is known color: Cerulean Blue. HEX triplet: 2E, 4A and AC. RGB value is (46,74,172). Sum of RGB (Red+Green+Blue) = 46+74+172=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E4AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4AAC is #D1B553. Grayscale: #4C4C4C. Windows color (decimal): -13743444 or 11291182. OLE color: 11291182.

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

Color convert

RGB 46 74 172 -
CMYK 0.73 0.57 0 0.33
HSL 226.67º 0.58% 0.43% -
HSV(B) 226.67º 0.73% 0.67% -
XYZ 11.02 8.46 40.08 -
YUV 76.8 181.72 106.03 -
System Red Green Blue C M Y K H S L
Decimal 46 74 172 0.73 0.57 0 0.33 226.67 0.58 0.43
Hex 2E 4A AC 49 39 0 21 E3 3A 2B
Octal 56 112 254 111 71 0 41 343 72 53
Binary 101110 1001010 10101100 1001001 111001 0 100001 11100011 111010 101011

Color Harmonies of #2E4AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4AAC

Black with #2E4AAC

Text Example


Text Example

White with #2E4AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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