#3F4CB0

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

Shades of Free Speech Blue #3F4CB0

Tints of Free Speech Blue #3F4CB0

Color information

#3F4CB0 (or 0x3F4CB0) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 4C and B0. RGB value is (63,76,176). Sum of RGB (Red+Green+Blue) = 63+76+176=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 176 (69.14% from 255 or 55.87% from 315); Max value from RGB is 176 - color contains mainly: blue. Hex color #3F4CB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F4CB0 is #C0B34F. Grayscale: #535353. Windows color (decimal): -12628816 or 11553855. OLE color: 11553855.

HSL color Cylindrical-coordinate representation of color #3F4CB0: hue angle of 233.1º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F4CB0 is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6376176-
CMYK0.640.5700.31
HSL233.1º47.28%46.86%-
HSV(B)233.1º64.2%69.02%-
XYZ12.479.3642.22-
YUV83.51180.19113.37-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20%
GREEN value IS 76 (30.08% from 255) = 24.13%
BLUE value IS 176 (69.14% from 255) = 55.87%
R=20%
G=24.13%
B=55.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal63761760.640.5700.31233.147.2846.86
Hex3F4CB0403901Fe92f2f
Octal77114260100710373515757
Binary111111100110010110000100000011100101111111101001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,76,176); }

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

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

 a { background-color: rgb(63,76,176); }

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

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

 span { border-color: rgb(63,76,176); }

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