#3F3ABA

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

Shades of Free Speech Blue #3F3ABA

Tints of Free Speech Blue #3F3ABA

Color information

#3F3ABA (or 0x3F3ABA) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 3A and BA. RGB value is (63,58,186). Sum of RGB (Red+Green+Blue) = 63+58+186=307 (40% of max value = 765). Red value is 63 (25% from 255 or 20.52% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 186 (73.05% from 255 or 60.59% from 307); Max value from RGB is 186 - color contains mainly: blue. Hex color #3F3ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F3ABA is #C0C545. Grayscale: #494949. Windows color (decimal): -12633414 or 12204607. OLE color: 12204607.

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

Color convert

RGB6358186-
CMYK0.660.6900.27
HSL242.34º52.46%47.84%-
HSV(B)242.34º68.82%72.94%-
XYZ12.437.6347.27-
YUV74.09191.16120.09-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.52%
GREEN value IS 58 (23.05% from 255) = 18.89%
BLUE value IS 186 (73.05% from 255) = 60.59%
R=20.52%
G=18.89%
B=60.59%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal63581860.660.6900.27242.3452.4647.84
Hex3F3ABA424501Bf23430
Octal77722721021050333626460
Binary111111111010101110101000010100010101101111110010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,58,186); }

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

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

 a { background-color: rgb(63,58,186); }

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

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

 span { border-color: rgb(63,58,186); }

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