Html Css Color HEX #2E4DDD Free Speech Blue

📋 copy color: '#2E4DDD'

red 46 ◦ green 77 ◦ blue 221

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

Shades of Free Speech Blue #2E4DDD

Tints of Free Speech Blue #2E4DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.38%

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

R = 13.37%
G = 22.38%
B = 64.24%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2E4DDD (or 0x2E4DDD) is known color: Free Speech Blue. HEX triplet: 2E, 4D and DD. RGB value is (46,77,221). Sum of RGB (Red+Green+Blue) = 46+77+221=344 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.37% from 344); Green value is 77 (30.47% from 255 or 22.38% from 344); Blue value is 221 (86.72% from 255 or 64.24% from 344); Max value from RGB is 221 - color contains mainly: blue. Hex color #2E4DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E4DDD is #D1B222. Grayscale: #535353. Windows color (decimal): -13742627 or 14503214. OLE color: 14503214.

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

Color convert

RGB 46 77 221 -
CMYK 0.79 0.65 0 0.13
HSL 229.37º 0.72% 0.52% -
HSV(B) 229.37º 0.79% 0.87% -
XYZ 16.83 11.11 69.66 -
YUV 84.15 205.23 100.79 -
System Red Green Blue C M Y K H S L
Decimal 46 77 221 0.79 0.65 0 0.13 229.37 0.72 0.52
Hex 2E 4D DD 4F 41 0 D E5 48 34
Octal 56 115 335 117 101 0 15 345 110 64
Binary 101110 1001101 11011101 1001111 1000001 0 1101 11100101 1001000 110100

Color Harmonies of #2E4DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4DDD

Black with #2E4DDD

Text Example


Text Example

White with #2E4DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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