Html Css Color HEX #2E4C7D Fun Blue

📋 copy color: '#2E4C7D'

red 46 ◦ green 76 ◦ blue 125

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

Shades of Fun Blue #2E4C7D

Tints of Fun Blue #2E4C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 50.61%

R = 18.62%
G = 30.77%
B = 50.61%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#2E4C7D (or 0x2E4C7D) is known color: Fun Blue. HEX triplet: 2E, 4C and 7D. RGB value is (46,76,125). Sum of RGB (Red+Green+Blue) = 46+76+125=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #2E4C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4C7D is #D1B382. Grayscale: #484848. Windows color (decimal): -13742979 or 8211502. OLE color: 8211502.

HSL color Cylindrical-coordinate representation of color #2E4C7D: hue angle of 217.22º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E4C7D is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 46 76 125 -
CMYK 0.63 0.39 0 0.51
HSL 217.22º 0.46% 0.34% -
HSV(B) 217.22º 0.63% 0.49% -
XYZ 7.41 7.23 20.41 -
YUV 72.62 157.56 109.02 -
System Red Green Blue C M Y K H S L
Decimal 46 76 125 0.63 0.39 0 0.51 217.22 0.46 0.34
Hex 2E 4C 7D 3F 27 0 33 D9 2E 22
Octal 56 114 175 77 47 0 63 331 56 42
Binary 101110 1001100 1111101 111111 100111 0 110011 11011001 101110 100010

Color Harmonies of #2E4C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4C7D

Black with #2E4C7D

Text Example


Text Example

White with #2E4C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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