Html Css Color HEX #3E49BE Free Speech Blue

📋 copy color: '#3E49BE'

red 62 ◦ green 73 ◦ blue 190

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

Shades of Free Speech Blue #3E49BE

Tints of Free Speech Blue #3E49BE

RGB

 RED value IS 62 (24.61% from 255) = 19.08%

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

 BLUE value IS 190 (74.61% from 255) = 58.46%

R = 19.08%
G = 22.46%
B = 58.46%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3E49BE (or 0x3E49BE) is known color: Free Speech Blue. HEX triplet: 3E, 49 and BE. RGB value is (62,73,190). Sum of RGB (Red+Green+Blue) = 62+73+190=325 (43% of max value = 765). Red value is 62 (24.61% from 255 or 19.08% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E49BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E49BE is #C1B641. Grayscale: #525252. Windows color (decimal): -12695106 or 12470590. OLE color: 12470590.

HSL color Cylindrical-coordinate representation of color #3E49BE: hue angle of 234.84º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E49BE is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 62 73 190 -
CMYK 0.67 0.62 0 0.25
HSL 234.84º 0.51% 0.49% -
HSV(B) 234.84º 0.67% 0.75% -
XYZ 13.66 9.51 49.83 -
YUV 83.05 188.36 112.99 -
System Red Green Blue C M Y K H S L
Decimal 62 73 190 0.67 0.62 0 0.25 234.84 0.51 0.49
Hex 3E 49 BE 43 3E 0 19 EB 33 31
Octal 76 111 276 103 76 0 31 353 63 61
Binary 111110 1001001 10111110 1000011 111110 0 11001 11101011 110011 110001

Color Harmonies of #3E49BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E49BE

Black with #3E49BE

Text Example


Text Example

White with #3E49BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E49BE; }

 p { color: rgb(62,73,190); }

 H1.HeaderClassName
 {
   color: #3E49BE;
 }
 .AnyTagClassName
 {
   color: #3E49BE;
 }
</style>

background-color css

<style>
 a { background-color: #3E49BE; }

 a { background-color: rgb(62,73,190); }

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

border-color css

<style>
 span { border-color: #3E49BE; }

 span { border-color: rgb(62,73,190); }

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