#3F4ABD

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

Shades of Free Speech Blue #3F4ABD

Tints of Free Speech Blue #3F4ABD

Color information

#3F4ABD (or 0x3F4ABD) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 4A and BD. RGB value is (63,74,189). Sum of RGB (Red+Green+Blue) = 63+74+189=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 74 (29.30% from 255 or 22.70% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #3F4ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F4ABD is #C0B542. Grayscale: #535353. Windows color (decimal): -12629315 or 12405311. OLE color: 12405311.

HSL color Cylindrical-coordinate representation of color #3F4ABD: hue angle of 234.76º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F4ABD is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6374189-
CMYK0.670.6100.26
HSL234.76º50%49.41%-
HSV(B)234.76º66.67%74.12%-
XYZ13.689.6349.28-
YUV83.82187.36113.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.33%
GREEN value IS 74 (29.30% from 255) = 22.70%
BLUE value IS 189 (74.22% from 255) = 57.98%
R=19.33%
G=22.70%
B=57.98%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal63741890.670.6100.26234.765049.41
Hex3F4ABD433D01Aeb3231
Octal77112275103750323536261
Binary111111100101010111101100001111110101101011101011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,74,189); }

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

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

 a { background-color: rgb(63,74,189); }

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

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

 span { border-color: rgb(63,74,189); }

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