Html Css Color HEX #3946BC Free Speech Blue

📋 copy color: '#3946BC'

red 57 ◦ green 70 ◦ blue 188

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

Shades of Free Speech Blue #3946BC

Tints of Free Speech Blue #3946BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.68%

R = 18.1%
G = 22.22%
B = 59.68%

CMYK

 C value IS 0.70

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3946BC (or 0x3946BC) is known color: Free Speech Blue. HEX triplet: 39, 46 and BC. RGB value is (57,70,188). Sum of RGB (Red+Green+Blue) = 57+70+188=315 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.10% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #3946BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3946BC is #C6B943. Grayscale: #4F4F4F. Windows color (decimal): -13023556 or 12338745. OLE color: 12338745.

HSL color Cylindrical-coordinate representation of color #3946BC: hue angle of 234.05º degrees, saturation: 0.53, 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 #3946BC is Cyan = 0.70, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 57 70 188 -
CMYK 0.70 0.63 0 0.26
HSL 234.05º 0.53% 0.48% -
HSV(B) 234.05º 0.7% 0.74% -
XYZ 12.95 8.88 48.61 -
YUV 79.57 189.19 111.91 -
System Red Green Blue C M Y K H S L
Decimal 57 70 188 0.70 0.63 0 0.26 234.05 0.53 0.48
Hex 39 46 BC 46 3F 0 1A EA 35 30
Octal 71 106 274 106 77 0 32 352 65 60
Binary 111001 1000110 10111100 1000110 111111 0 11010 11101010 110101 110000

Color Harmonies of #3946BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3946BC

Black with #3946BC

Text Example


Text Example

White with #3946BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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