#3F52B4

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

Shades of Free Speech Blue #3F52B4

Tints of Free Speech Blue #3F52B4

Color information

#3F52B4 (or 0x3F52B4) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 52 and B4. RGB value is (63,82,180). Sum of RGB (Red+Green+Blue) = 63+82+180=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 180 (70.70% from 255 or 55.38% from 325); Max value from RGB is 180 - color contains mainly: blue. Hex color #3F52B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F52B4 is #C0AD4B. Grayscale: #575757. Windows color (decimal): -12627276 or 11817535. OLE color: 11817535.

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

Color convert

RGB6382180-
CMYK0.650.5400.29
HSL230.26º48.15%47.65%-
HSV(B)230.26º65%70.59%-
XYZ13.3110.3944.48-
YUV87.49180.21110.53-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.38%
GREEN value IS 82 (32.42% from 255) = 25.23%
BLUE value IS 180 (70.70% from 255) = 55.38%
R=19.38%
G=25.23%
B=55.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal63821800.650.5400.29230.2648.1547.65
Hex3F52B4413601De63030
Octal77122264101660353466060
Binary111111101001010110100100000111011001110111100110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F52B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,82,180); }

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

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

 a { background-color: rgb(63,82,180); }

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

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

 span { border-color: rgb(63,82,180); }

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