Html Css Color HEX #2E518D Fun Blue

📋 copy color: '#2E518D'

red 46 ◦ green 81 ◦ blue 141

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

Shades of Fun Blue #2E518D

Tints of Fun Blue #2E518D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.22%

 BLUE value IS 141 (55.47% from 255) = 52.61%

R = 17.16%
G = 30.22%
B = 52.61%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E518D (or 0x2E518D) is known color: Fun Blue. HEX triplet: 2E, 51 and 8D. RGB value is (46,81,141). Sum of RGB (Red+Green+Blue) = 46+81+141=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 141 (55.47% from 255 or 52.61% from 268); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E518D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E518D is #D1AE72. Grayscale: #4D4D4D. Windows color (decimal): -13741683 or 9261358. OLE color: 9261358.

HSL color Cylindrical-coordinate representation of color #2E518D: hue angle of 217.89º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E518D is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 81 141 -
CMYK 0.67 0.43 0 0.45
HSL 217.89º 0.51% 0.37% -
HSV(B) 217.89º 0.67% 0.55% -
XYZ 8.88 8.39 26.35 -
YUV 77.38 163.9 105.62 -
System Red Green Blue C M Y K H S L
Decimal 46 81 141 0.67 0.43 0 0.45 217.89 0.51 0.37
Hex 2E 51 8D 43 2B 0 2D DA 33 25
Octal 56 121 215 103 53 0 55 332 63 45
Binary 101110 1010001 10001101 1000011 101011 0 101101 11011010 110011 100101

Color Harmonies of #2E518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E518D

Black with #2E518D

Text Example


Text Example

White with #2E518D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,81,141); }

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

background-color css

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

 a { background-color: rgb(46,81,141); }

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

border-color css

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

 span { border-color: rgb(46,81,141); }

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