Html Css Color HEX #2E4D7F Fun Blue

📋 copy color: '#2E4D7F'

red 46 ◦ green 77 ◦ blue 127

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

Shades of Fun Blue #2E4D7F

Tints of Fun Blue #2E4D7F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.8%

 BLUE value IS 127 (50% from 255) = 50.8%

R = 18.4%
G = 30.8%
B = 50.8%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2E4D7F (or 0x2E4D7F) is known color: Fun Blue. HEX triplet: 2E, 4D and 7F. RGB value is (46,77,127). Sum of RGB (Red+Green+Blue) = 46+77+127=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 127 (50% from 255 or 50.8% from 250); Max value from RGB is 127 - color contains mainly: blue. Hex color #2E4D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E4D7F is #D1B280. Grayscale: #494949. Windows color (decimal): -13742721 or 8342830. OLE color: 8342830.

HSL color Cylindrical-coordinate representation of color #2E4D7F: hue angle of 217.04º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E4D7F is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 46 77 127 -
CMYK 0.64 0.39 0 0.50
HSL 217.04º 0.47% 0.34% -
HSV(B) 217.04º 0.64% 0.5% -
XYZ 7.61 7.42 21.11 -
YUV 73.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 46 77 127 0.64 0.39 0 0.50 217.04 0.47 0.34
Hex 2E 4D 7F 40 27 0 32 D9 2F 22
Octal 56 115 177 100 47 0 62 331 57 42
Binary 101110 1001101 1111111 1000000 100111 0 110010 11011001 101111 100010

Color Harmonies of #2E4D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4D7F

Black with #2E4D7F

Text Example


Text Example

White with #2E4D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,77,127); }

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

background-color css

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

 a { background-color: rgb(46,77,127); }

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

border-color css

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

 span { border-color: rgb(46,77,127); }

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