Html Css Color HEX #2E4985 Fun Blue

📋 copy color: '#2E4985'

red 46 ◦ green 73 ◦ blue 133

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

Shades of Fun Blue #2E4985

Tints of Fun Blue #2E4985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.78%

R = 18.25%
G = 28.97%
B = 52.78%

CMYK

 C value IS 0.65

 M value IS 0.45

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2E4985 (or 0x2E4985) is known color: Fun Blue. HEX triplet: 2E, 49 and 85. RGB value is (46,73,133). Sum of RGB (Red+Green+Blue) = 46+73+133=252 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.25% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #2E4985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2E4985 is #D1B67A. Grayscale: #474747. Windows color (decimal): -13743739 or 8735022. OLE color: 8735022.

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

Color convert

RGB 46 73 133 -
CMYK 0.65 0.45 0 0.48
HSL 221.38º 0.49% 0.35% -
HSV(B) 221.38º 0.65% 0.52% -
XYZ 7.74 7.04 23.14 -
YUV 71.77 162.55 109.62 -
System Red Green Blue C M Y K H S L
Decimal 46 73 133 0.65 0.45 0 0.48 221.38 0.49 0.35
Hex 2E 49 85 41 2D 0 30 DD 31 23
Octal 56 111 205 101 55 0 60 335 61 43
Binary 101110 1001001 10000101 1000001 101101 0 110000 11011101 110001 100011

Color Harmonies of #2E4985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4985

Black with #2E4985

Text Example


Text Example

White with #2E4985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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