#2E4DE0

Color #2E4DE0 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #2E4DE0

Tints of Free Speech Blue #2E4DE0

Color information

#2E4DE0 (or 0x2E4DE0) is unknown color: approx Free Speech Blue. HEX triplet: 2E, 4D and E0. RGB value is (46,77,224). Sum of RGB (Red+Green+Blue) = 46+77+224=347 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.26% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 224 (87.89% from 255 or 64.55% from 347); Max value from RGB is 224 - color contains mainly: blue. Hex color #2E4DE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E4DE0 is #D1B21F. Grayscale: #535353. Windows color (decimal): -13742624 or 14699822. OLE color: 14699822.

HSL color Cylindrical-coordinate representation of color #2E4DE0: hue angle of 229.55º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E4DE0 is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB4677224-
CMYK0.790.6600.12
HSL229.55º74.17%52.94%-
HSV(B)229.55º79.46%87.84%-
XYZ17.2411.2771.79-
YUV84.49206.73100.55-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.26%
GREEN value IS 77 (30.47% from 255) = 22.19%
BLUE value IS 224 (87.89% from 255) = 64.55%
R=13.26%
G=22.19%
B=64.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal46772240.790.6600.12229.5574.1752.94
Hex2E4DE04F420Ce64a35
Octal5611534011710201434611265
Binary1011101001101111000001001111100001001100111001101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,77,224); }

 H1.HeaderClassName
 {
   color: #2E4DE0;
 }
 .AnyTagClassName
 {
   color: #2E4DE0;
 }
</style>
background-color css

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

 a { background-color: rgb(46,77,224); }

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

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

 span { border-color: rgb(46,77,224); }

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