#3F5CC4

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

Shades of Free Speech Blue #3F5CC4

Tints of Free Speech Blue #3F5CC4

Color information

#3F5CC4 (or 0x3F5CC4) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 5C and C4. RGB value is (63,92,196). Sum of RGB (Red+Green+Blue) = 63+92+196=351 (46% of max value = 765). Red value is 63 (25% from 255 or 17.95% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 196 (76.95% from 255 or 55.84% from 351); Max value from RGB is 196 - color contains mainly: blue. Hex color #3F5CC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F5CC4 is #C0A33B. Grayscale: #5E5E5E. Windows color (decimal): -12624700 or 12868671. OLE color: 12868671.

HSL color Cylindrical-coordinate representation of color #3F5CC4: hue angle of 226.92º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F5CC4 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6392196-
CMYK0.680.5300.23
HSL226.92º52.99%50.78%-
HSV(B)226.92º67.86%76.86%-
XYZ15.8412.753.84-
YUV95.18184.89105.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.95%
GREEN value IS 92 (36.33% from 255) = 26.21%
BLUE value IS 196 (76.95% from 255) = 55.84%
R=17.95%
G=26.21%
B=55.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal63921960.680.5300.23226.9252.9950.78
Hex3F5CC44435017e33533
Octal77134304104650273436563
Binary111111101110011000100100010011010101011111100011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F5CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,92,196); }

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

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

 a { background-color: rgb(63,92,196); }

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

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

 span { border-color: rgb(63,92,196); }

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