Html Css Color HEX #3E49AF Free Speech Blue

📋 copy color: '#3E49AF'

red 62 ◦ green 73 ◦ blue 175

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

Shades of Free Speech Blue #3E49AF

Tints of Free Speech Blue #3E49AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 56.45%

R = 20%
G = 23.55%
B = 56.45%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3E49AF (or 0x3E49AF) is known color: Free Speech Blue. HEX triplet: 3E, 49 and AF. RGB value is (62,73,175). Sum of RGB (Red+Green+Blue) = 62+73+175=310 (41% of max value = 765). Red value is 62 (24.61% from 255 or 20% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 175 (68.75% from 255 or 56.45% from 310); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E49AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E49AF is #C1B650. Grayscale: #505050. Windows color (decimal): -12695121 or 11487550. OLE color: 11487550.

HSL color Cylindrical-coordinate representation of color #3E49AF: hue angle of 234.16º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E49AF is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 62 73 175 -
CMYK 0.65 0.58 0 0.31
HSL 234.16º 0.48% 0.46% -
HSV(B) 234.16º 0.65% 0.69% -
XYZ 12.11 8.88 41.63 -
YUV 81.34 180.86 114.21 -
System Red Green Blue C M Y K H S L
Decimal 62 73 175 0.65 0.58 0 0.31 234.16 0.48 0.46
Hex 3E 49 AF 41 3A 0 1F EA 30 2E
Octal 76 111 257 101 72 0 37 352 60 56
Binary 111110 1001001 10101111 1000001 111010 0 11111 11101010 110000 101110

Color Harmonies of #3E49AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E49AF

Black with #3E49AF

Text Example


Text Example

White with #3E49AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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