Html Css Color HEX #3A49BD Free Speech Blue

📋 copy color: '#3A49BD'

red 58 ◦ green 73 ◦ blue 189

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

Shades of Free Speech Blue #3A49BD

Tints of Free Speech Blue #3A49BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 59.06%

R = 18.13%
G = 22.81%
B = 59.06%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3A49BD (or 0x3A49BD) is known color: Free Speech Blue. HEX triplet: 3A, 49 and BD. RGB value is (58,73,189). Sum of RGB (Red+Green+Blue) = 58+73+189=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #3A49BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A49BD is #C5B642. Grayscale: #515151. Windows color (decimal): -12957251 or 12405050. OLE color: 12405050.

HSL color Cylindrical-coordinate representation of color #3A49BD: hue angle of 233.13º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A49BD is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 58 73 189 -
CMYK 0.69 0.61 0 0.26
HSL 233.13º 0.53% 0.48% -
HSV(B) 233.13º 0.69% 0.74% -
XYZ 13.31 9.34 49.25 -
YUV 81.74 188.53 111.07 -
System Red Green Blue C M Y K H S L
Decimal 58 73 189 0.69 0.61 0 0.26 233.13 0.53 0.48
Hex 3A 49 BD 45 3D 0 1A E9 35 30
Octal 72 111 275 105 75 0 32 351 65 60
Binary 111010 1001001 10111101 1000101 111101 0 11010 11101001 110101 110000

Color Harmonies of #3A49BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A49BD

Black with #3A49BD

Text Example


Text Example

White with #3A49BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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