Html Css Color HEX #3949BD Free Speech Blue

📋 copy color: '#3949BD'

red 57 ◦ green 73 ◦ blue 189

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

Shades of Free Speech Blue #3949BD

Tints of Free Speech Blue #3949BD

RGB

 RED value IS 57 (22.66% from 255) = 17.87%

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

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

R = 17.87%
G = 22.88%
B = 59.25%

CMYK

 C value IS 0.70

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3949BD (or 0x3949BD) is known color: Free Speech Blue. HEX triplet: 39, 49 and BD. RGB value is (57,73,189). Sum of RGB (Red+Green+Blue) = 57+73+189=319 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.87% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #3949BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3949BD is #C6B642. Grayscale: #505050. Windows color (decimal): -13022787 or 12405049. OLE color: 12405049.

HSL color Cylindrical-coordinate representation of color #3949BD: hue angle of 232.73º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3949BD is Cyan = 0.70, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 57 73 189 -
CMYK 0.70 0.61 0 0.26
HSL 232.73º 0.54% 0.48% -
HSV(B) 232.73º 0.7% 0.74% -
XYZ 13.26 9.31 49.24 -
YUV 81.44 188.7 110.57 -
System Red Green Blue C M Y K H S L
Decimal 57 73 189 0.70 0.61 0 0.26 232.73 0.54 0.48
Hex 39 49 BD 46 3D 0 1A E9 36 30
Octal 71 111 275 106 75 0 32 351 66 60
Binary 111001 1001001 10111101 1000110 111101 0 11010 11101001 110110 110000

Color Harmonies of #3949BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3949BD

Black with #3949BD

Text Example


Text Example

White with #3949BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3949BD; }

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

 H1.HeaderClassName
 {
   color: #3949BD;
 }
 .AnyTagClassName
 {
   color: #3949BD;
 }
</style>

background-color css

<style>
 a { background-color: #3949BD; }

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

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

border-color css

<style>
 span { border-color: #3949BD; }

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

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