#3F5EB3

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

Shades of Free Speech Blue #3F5EB3

Tints of Free Speech Blue #3F5EB3

Color information

#3F5EB3 (or 0x3F5EB3) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 5E and B3. RGB value is (63,94,179). Sum of RGB (Red+Green+Blue) = 63+94+179=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 179 (70.31% from 255 or 53.27% from 336); Max value from RGB is 179 - color contains mainly: blue. Hex color #3F5EB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5EB3 is #C0A14C. Grayscale: #5E5E5E. Windows color (decimal): -12624205 or 11755071. OLE color: 11755071.

HSL color Cylindrical-coordinate representation of color #3F5EB3: hue angle of 223.97º 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 #3F5EB3 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6394179-
CMYK0.650.4700.30
HSL223.97º47.93%47.45%-
HSV(B)223.97º64.8%70.2%-
XYZ14.1912.3244.28-
YUV94.42175.73105.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.75%
GREEN value IS 94 (37.11% from 255) = 27.98%
BLUE value IS 179 (70.31% from 255) = 53.27%
R=18.75%
G=27.98%
B=53.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal63941790.650.4700.30223.9747.9347.45
Hex3F5EB3412F01Ee0302f
Octal77136263101570363406057
Binary111111101111010110011100000110111101111011100000110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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