#2E48DE

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

Shades of Free Speech Blue #2E48DE

Tints of Free Speech Blue #2E48DE

Color information

#2E48DE (or 0x2E48DE) is unknown color: approx Free Speech Blue. HEX triplet: 2E, 48 and DE. RGB value is (46,72,222). Sum of RGB (Red+Green+Blue) = 46+72+222=340 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.53% from 340); Green value is 72 (28.52% from 255 or 21.18% from 340); Blue value is 222 (87.11% from 255 or 65.29% from 340); Max value from RGB is 222 - color contains mainly: blue. Hex color #2E48DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E48DE is #D1B721. Grayscale: #505050. Windows color (decimal): -13743906 or 14567470. OLE color: 14567470.

HSL color Cylindrical-coordinate representation of color #2E48DE: hue angle of 231.14º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2E48DE is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4672222-
CMYK0.790.6800.13
HSL231.14º72.73%52.55%-
HSV(B)231.14º79.28%87.06%-
XYZ16.6310.4970.26-
YUV81.33207.39102.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 13.53%
GREEN value IS 72 (28.52% from 255) = 21.18%
BLUE value IS 222 (87.11% from 255) = 65.29%
R=13.53%
G=21.18%
B=65.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal46722220.790.6800.13231.1472.7352.55
Hex2E48DE4F440De74935
Octal5611033611710401534711165
Binary1011101001000110111101001111100010001101111001111001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E48DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,72,222); }

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

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

 a { background-color: rgb(46,72,222); }

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

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

 span { border-color: rgb(46,72,222); }

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