Html Css Color HEX #3946BA Free Speech Blue

📋 copy color: '#3946BA'

red 57 ◦ green 70 ◦ blue 186

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

Shades of Free Speech Blue #3946BA

Tints of Free Speech Blue #3946BA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.36%

 BLUE value IS 186 (73.05% from 255) = 59.42%

R = 18.21%
G = 22.36%
B = 59.42%

CMYK

 C value IS 0.69

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3946BA (or 0x3946BA) is known color: Free Speech Blue. HEX triplet: 39, 46 and BA. RGB value is (57,70,186). Sum of RGB (Red+Green+Blue) = 57+70+186=313 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.21% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 186 (73.05% from 255 or 59.42% from 313); Max value from RGB is 186 - color contains mainly: blue. Hex color #3946BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3946BA is #C6B945. Grayscale: #4E4E4E. Windows color (decimal): -13023558 or 12207673. OLE color: 12207673.

HSL color Cylindrical-coordinate representation of color #3946BA: hue angle of 233.95º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3946BA is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 70 186 -
CMYK 0.69 0.62 0 0.27
HSL 233.95º 0.53% 0.48% -
HSV(B) 233.95º 0.69% 0.73% -
XYZ 12.74 8.8 47.48 -
YUV 79.34 188.19 112.07 -
System Red Green Blue C M Y K H S L
Decimal 57 70 186 0.69 0.62 0 0.27 233.95 0.53 0.48
Hex 39 46 BA 45 3E 0 1B EA 35 30
Octal 71 106 272 105 76 0 33 352 65 60
Binary 111001 1000110 10111010 1000101 111110 0 11011 11101010 110101 110000

Color Harmonies of #3946BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3946BA

Black with #3946BA

Text Example


Text Example

White with #3946BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3946BA; }

 p { color: rgb(57,70,186); }

 H1.HeaderClassName
 {
   color: #3946BA;
 }
 .AnyTagClassName
 {
   color: #3946BA;
 }
</style>

background-color css

<style>
 a { background-color: #3946BA; }

 a { background-color: rgb(57,70,186); }

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

border-color css

<style>
 span { border-color: #3946BA; }

 span { border-color: rgb(57,70,186); }

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