Html Css Color HEX #2E4C79 Fun Blue

📋 copy color: '#2E4C79'

red 46 ◦ green 76 ◦ blue 121

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

Shades of Fun Blue #2E4C79

Tints of Fun Blue #2E4C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 49.79%

R = 18.93%
G = 31.28%
B = 49.79%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2E4C79 (or 0x2E4C79) is known color: Fun Blue. HEX triplet: 2E, 4C and 79. RGB value is (46,76,121). Sum of RGB (Red+Green+Blue) = 46+76+121=243 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.93% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 121 (47.66% from 255 or 49.79% from 243); Max value from RGB is 121 - color contains mainly: blue. Hex color #2E4C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2E4C79 is #D1B386. Grayscale: #474747. Windows color (decimal): -13742983 or 7949358. OLE color: 7949358.

HSL color Cylindrical-coordinate representation of color #2E4C79: hue angle of 216º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E4C79 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 46 76 121 -
CMYK 0.62 0.37 0 0.53
HSL 216º 0.45% 0.33% -
HSV(B) 216º 0.62% 0.47% -
XYZ 7.16 7.13 19.09 -
YUV 72.16 155.56 109.34 -
System Red Green Blue C M Y K H S L
Decimal 46 76 121 0.62 0.37 0 0.53 216 0.45 0.33
Hex 2E 4C 79 3E 25 0 35 D8 2D 21
Octal 56 114 171 76 45 0 65 330 55 41
Binary 101110 1001100 1111001 111110 100101 0 110101 11011000 101101 100001

Color Harmonies of #2E4C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4C79

Black with #2E4C79

Text Example


Text Example

White with #2E4C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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