#3F5DB3

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

Shades of Free Speech Blue #3F5DB3

Tints of Free Speech Blue #3F5DB3

Color information

#3F5DB3 (or 0x3F5DB3) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 5D and B3. RGB value is (63,93,179). Sum of RGB (Red+Green+Blue) = 63+93+179=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 179 (70.31% from 255 or 53.43% from 335); Max value from RGB is 179 - color contains mainly: blue. Hex color #3F5DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5DB3 is #C0A24C. Grayscale: #5D5D5D. Windows color (decimal): -12624461 or 11754815. OLE color: 11754815.

HSL color Cylindrical-coordinate representation of color #3F5DB3: hue angle of 224.48º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F5DB3 is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6393179-
CMYK0.650.4800.30
HSL224.48º47.93%47.45%-
HSV(B)224.48º64.8%70.2%-
XYZ14.112.1444.25-
YUV93.83176.06106.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.81%
GREEN value IS 93 (36.72% from 255) = 27.76%
BLUE value IS 179 (70.31% from 255) = 53.43%
R=18.81%
G=27.76%
B=53.43%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal63931790.650.4800.30224.4847.9347.45
Hex3F5DB3413001Ee0302f
Octal77135263101600363406057
Binary111111101110110110011100000111000001111011100000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,93,179); }

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

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

 a { background-color: rgb(63,93,179); }

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

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

 span { border-color: rgb(63,93,179); }

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