Html Css Color HEX #3949BB Free Speech Blue

📋 copy color: '#3949BB'

red 57 ◦ green 73 ◦ blue 187

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

Shades of Free Speech Blue #3949BB

Tints of Free Speech Blue #3949BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.99%

R = 17.98%
G = 23.03%
B = 58.99%

CMYK

 C value IS 0.70

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3949BB (or 0x3949BB) is known color: Free Speech Blue. HEX triplet: 39, 49 and BB. RGB value is (57,73,187). Sum of RGB (Red+Green+Blue) = 57+73+187=317 (41% of max value = 765). Red value is 57 (22.66% from 255 or 17.98% from 317); Green value is 73 (28.91% from 255 or 23.03% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #3949BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3949BB is #C6B644. Grayscale: #505050. Windows color (decimal): -13022789 or 12273977. OLE color: 12273977.

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

Color convert

RGB 57 73 187 -
CMYK 0.70 0.61 0 0.27
HSL 232.62º 0.53% 0.48% -
HSV(B) 232.62º 0.7% 0.73% -
XYZ 13.04 9.22 48.11 -
YUV 81.21 187.7 110.73 -
System Red Green Blue C M Y K H S L
Decimal 57 73 187 0.70 0.61 0 0.27 232.62 0.53 0.48
Hex 39 49 BB 46 3D 0 1B E9 35 30
Octal 71 111 273 106 75 0 33 351 65 60
Binary 111001 1001001 10111011 1000110 111101 0 11011 11101001 110101 110000

Color Harmonies of #3949BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3949BB

Black with #3949BB

Text Example


Text Example

White with #3949BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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