Html Css Color HEX #2E4983 Fun Blue

📋 copy color: '#2E4983'

red 46 ◦ green 73 ◦ blue 131

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

Shades of Fun Blue #2E4983

Tints of Fun Blue #2E4983

RGB

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

 GREEN value IS 73 (28.91% from 255) = 29.2%

 BLUE value IS 131 (51.56% from 255) = 52.4%

R = 18.4%
G = 29.2%
B = 52.4%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#2E4983 (or 0x2E4983) is known color: Fun Blue. HEX triplet: 2E, 49 and 83. RGB value is (46,73,131). Sum of RGB (Red+Green+Blue) = 46+73+131=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #2E4983 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4983 is #D1B67C. Grayscale: #474747. Windows color (decimal): -13743741 or 8603950. OLE color: 8603950.

HSL color Cylindrical-coordinate representation of color #2E4983: hue angle of 220.94º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2E4983 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 46 73 131 -
CMYK 0.65 0.44 0 0.49
HSL 220.94º 0.48% 0.35% -
HSV(B) 220.94º 0.65% 0.51% -
XYZ 7.61 6.98 22.42 -
YUV 71.54 161.55 109.78 -
System Red Green Blue C M Y K H S L
Decimal 46 73 131 0.65 0.44 0 0.49 220.94 0.48 0.35
Hex 2E 49 83 41 2C 0 31 DD 30 23
Octal 56 111 203 101 54 0 61 335 60 43
Binary 101110 1001001 10000011 1000001 101100 0 110001 11011101 110000 100011

Color Harmonies of #2E4983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4983

Black with #2E4983

Text Example


Text Example

White with #2E4983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,73,131); }

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

background-color css

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

 a { background-color: rgb(46,73,131); }

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

border-color css

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

 span { border-color: rgb(46,73,131); }

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