#3969BC

Color #3969BC Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3969BC

Tints of Free Speech Blue #3969BC

Color information

#3969BC (or 0x3969BC) is unknown color: approx Free Speech Blue. HEX triplet: 39, 69 and BC. RGB value is (57,105,188). Sum of RGB (Red+Green+Blue) = 57+105+188=350 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.29% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #3969BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3969BC is #C69643. Grayscale: #636363. Windows color (decimal): -13014596 or 12347705. OLE color: 12347705.

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

Color convert

RGB57105188-
CMYK0.700.4400.26
HSL218.02º53.47%48.04%-
HSV(B)218.02º69.68%73.73%-
XYZ15.8214.649.56-
YUV100.11177.697.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.29%
GREEN value IS 105 (41.41% from 255) = 30%
BLUE value IS 188 (73.83% from 255) = 53.71%
R=16.29%
G=30%
B=53.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal571051880.700.4400.26218.0253.4748.04
Hex3969BC462C01Ada3530
Octal71151274106540323326560
Binary111001110100110111100100011010110001101011011010110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3969BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3969BC;
 }
 .AnyTagClassName
 {
   color: #3969BC;
 }
</style>
background-color css

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

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

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

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

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

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