Html Css Color HEX #3A49BE Free Speech Blue

📋 copy color: '#3A49BE'

red 58 ◦ green 73 ◦ blue 190

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

Shades of Free Speech Blue #3A49BE

Tints of Free Speech Blue #3A49BE

RGB

 RED value IS 58 (23.05% from 255) = 18.07%

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

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

R = 18.07%
G = 22.74%
B = 59.19%

CMYK

 C value IS 0.69

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3A49BE (or 0x3A49BE) is known color: Free Speech Blue. HEX triplet: 3A, 49 and BE. RGB value is (58,73,190). Sum of RGB (Red+Green+Blue) = 58+73+190=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A49BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A49BE is #C5B641. Grayscale: #515151. Windows color (decimal): -12957250 or 12470586. OLE color: 12470586.

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

Color convert

RGB 58 73 190 -
CMYK 0.69 0.62 0 0.25
HSL 233.18º 0.53% 0.49% -
HSV(B) 233.18º 0.69% 0.75% -
XYZ 13.42 9.38 49.82 -
YUV 81.85 189.03 110.99 -
System Red Green Blue C M Y K H S L
Decimal 58 73 190 0.69 0.62 0 0.25 233.18 0.53 0.49
Hex 3A 49 BE 45 3E 0 19 E9 35 31
Octal 72 111 276 105 76 0 31 351 65 61
Binary 111010 1001001 10111110 1000101 111110 0 11001 11101001 110101 110001

Color Harmonies of #3A49BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A49BE

Black with #3A49BE

Text Example


Text Example

White with #3A49BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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