#3F69BB

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

Shades of Free Speech Blue #3F69BB

Tints of Free Speech Blue #3F69BB

Color information

#3F69BB (or 0x3F69BB) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 69 and BB. RGB value is (63,105,187). Sum of RGB (Red+Green+Blue) = 63+105+187=355 (47% of max value = 765). Red value is 63 (25% from 255 or 17.75% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #3F69BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F69BB is #C09644. Grayscale: #656565. Windows color (decimal): -12621381 or 12282175. OLE color: 12282175.

HSL color Cylindrical-coordinate representation of color #3F69BB: hue angle of 219.68º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F69BB is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB63105187-
CMYK0.660.4400.27
HSL219.68º49.6%49.02%-
HSV(B)219.68º66.31%73.33%-
XYZ16.0714.7549.01-
YUV101.79176.09100.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.75%
GREEN value IS 105 (41.41% from 255) = 29.58%
BLUE value IS 187 (73.44% from 255) = 52.68%
R=17.75%
G=29.58%
B=52.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal631051870.660.4400.27219.6849.649.02
Hex3F69BB422C01Bdc3231
Octal77151273102540333346261
Binary111111110100110111011100001010110001101111011100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F69BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F69BB; }

 p { color: rgb(63,105,187); }

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

<style>
 a { background-color: #3F69BB; }

 a { background-color: rgb(63,105,187); }

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

<style>
 span { border-color: #3F69BB; }

 span { border-color: rgb(63,105,187); }

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