#2E41E0

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

Shades of Free Speech Blue #2E41E0

Tints of Free Speech Blue #2E41E0

Color information

#2E41E0 (or 0x2E41E0) is unknown color: approx Free Speech Blue. HEX triplet: 2E, 41 and E0. RGB value is (46,65,224). Sum of RGB (Red+Green+Blue) = 46+65+224=335 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.73% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 224 (87.89% from 255 or 66.87% from 335); Max value from RGB is 224 - color contains mainly: blue. Hex color #2E41E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E41E0 is #D1BE1F. Grayscale: #4C4C4C. Windows color (decimal): -13745696 or 14696750. OLE color: 14696750.

HSL color Cylindrical-coordinate representation of color #2E41E0: hue angle of 233.6º 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 #2E41E0 is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB4665224-
CMYK0.790.7100.12
HSL233.6º74.17%52.94%-
HSV(B)233.6º79.46%87.84%-
XYZ16.479.7471.53-
YUV77.44210.71105.57-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.73%
GREEN value IS 65 (25.78% from 255) = 19.40%
BLUE value IS 224 (87.89% from 255) = 66.87%
R=13.73%
G=19.40%
B=66.87%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal46652240.790.7100.12233.674.1752.94
Hex2E41E04F470Cea4a35
Octal5610134011710701435211265
Binary1011101000001111000001001111100011101100111010101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E41E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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