Html Css Color HEX #2E4FAC Cerulean Blue

📋 copy color: '#2E4FAC'

red 46 ◦ green 79 ◦ blue 172

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

Shades of Cerulean Blue #2E4FAC

Tints of Cerulean Blue #2E4FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.6%

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

R = 15.49%
G = 26.6%
B = 57.91%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E4FAC (or 0x2E4FAC) is known color: Cerulean Blue. HEX triplet: 2E, 4F and AC. RGB value is (46,79,172). Sum of RGB (Red+Green+Blue) = 46+79+172=297 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.49% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E4FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E4FAC is #D1B053. Grayscale: #4F4F4F. Windows color (decimal): -13742164 or 11292462. OLE color: 11292462.

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

Color convert

RGB 46 79 172 -
CMYK 0.73 0.54 0 0.33
HSL 224.29º 0.58% 0.43% -
HSV(B) 224.29º 0.73% 0.67% -
XYZ 11.37 9.15 40.2 -
YUV 79.74 180.07 103.94 -
System Red Green Blue C M Y K H S L
Decimal 46 79 172 0.73 0.54 0 0.33 224.29 0.58 0.43
Hex 2E 4F AC 49 36 0 21 E0 3A 2B
Octal 56 117 254 111 66 0 41 340 72 53
Binary 101110 1001111 10101100 1001001 110110 0 100001 11100000 111010 101011

Color Harmonies of #2E4FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4FAC

Black with #2E4FAC

Text Example


Text Example

White with #2E4FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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