#3F4CC4

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

Shades of Free Speech Blue #3F4CC4

Tints of Free Speech Blue #3F4CC4

Color information

#3F4CC4 (or 0x3F4CC4) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 4C and C4. RGB value is (63,76,196). Sum of RGB (Red+Green+Blue) = 63+76+196=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 196 (76.95% from 255 or 58.51% from 335); Max value from RGB is 196 - color contains mainly: blue. Hex color #3F4CC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F4CC4 is #C0B33B. Grayscale: #555555. Windows color (decimal): -12628796 or 12864575. OLE color: 12864575.

HSL color Cylindrical-coordinate representation of color #3F4CC4: hue angle of 234.14º 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 #3F4CC4 is Cyan = 0.68, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB6376196-
CMYK0.680.6100.23
HSL234.14º52.99%50.78%-
HSV(B)234.14º67.86%76.86%-
XYZ14.610.2153.43-
YUV85.79190.19111.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.81%
GREEN value IS 76 (30.08% from 255) = 22.69%
BLUE value IS 196 (76.95% from 255) = 58.51%
R=18.81%
G=22.69%
B=58.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal63761960.680.6100.23234.1452.9950.78
Hex3F4CC4443D017ea3533
Octal77114304104750273526563
Binary111111100110011000100100010011110101011111101010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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