Html Css Color HEX #2E4F89 Fun Blue

📋 copy color: '#2E4F89'

red 46 ◦ green 79 ◦ blue 137

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

Shades of Fun Blue #2E4F89

Tints of Fun Blue #2E4F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 52.29%

R = 17.56%
G = 30.15%
B = 52.29%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2E4F89 (or 0x2E4F89) is known color: Fun Blue. HEX triplet: 2E, 4F and 89. RGB value is (46,79,137). Sum of RGB (Red+Green+Blue) = 46+79+137=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 137 (53.91% from 255 or 52.29% from 262); Max value from RGB is 137 - color contains mainly: blue. Hex color #2E4F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E4F89 is #D1B076. Grayscale: #4B4B4B. Windows color (decimal): -13742199 or 8998702. OLE color: 8998702.

HSL color Cylindrical-coordinate representation of color #2E4F89: hue angle of 218.24º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E4F89 is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 46 79 137 -
CMYK 0.66 0.42 0 0.46
HSL 218.24º 0.5% 0.36% -
HSV(B) 218.24º 0.66% 0.54% -
XYZ 8.44 7.98 24.76 -
YUV 75.75 162.57 106.78 -
System Red Green Blue C M Y K H S L
Decimal 46 79 137 0.66 0.42 0 0.46 218.24 0.5 0.36
Hex 2E 4F 89 42 2A 0 2E DA 32 24
Octal 56 117 211 102 52 0 56 332 62 44
Binary 101110 1001111 10001001 1000010 101010 0 101110 11011010 110010 100100

Color Harmonies of #2E4F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4F89

Black with #2E4F89

Text Example


Text Example

White with #2E4F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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