Html Css Color HEX #2E49DD Free Speech Blue

📋 copy color: '#2E49DD'

red 46 ◦ green 73 ◦ blue 221

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

Shades of Free Speech Blue #2E49DD

Tints of Free Speech Blue #2E49DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65%

R = 13.53%
G = 21.47%
B = 65%

CMYK

 C value IS 0.79

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E49DD (or 0x2E49DD) is known color: Free Speech Blue. HEX triplet: 2E, 49 and DD. RGB value is (46,73,221). Sum of RGB (Red+Green+Blue) = 46+73+221=340 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.53% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E49DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E49DD is #D1B622. Grayscale: #515151. Windows color (decimal): -13743651 or 14502190. OLE color: 14502190.

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

Color convert

RGB 46 73 221 -
CMYK 0.79 0.67 0 0.13
HSL 230.74º 0.72% 0.52% -
HSV(B) 230.74º 0.79% 0.87% -
XYZ 16.56 10.57 69.57 -
YUV 81.8 206.55 102.47 -
System Red Green Blue C M Y K H S L
Decimal 46 73 221 0.79 0.67 0 0.13 230.74 0.72 0.52
Hex 2E 49 DD 4F 43 0 D E7 48 34
Octal 56 111 335 117 103 0 15 347 110 64
Binary 101110 1001001 11011101 1001111 1000011 0 1101 11100111 1001000 110100

Color Harmonies of #2E49DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E49DD

Black with #2E49DD

Text Example


Text Example

White with #2E49DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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