#3F4FCF

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

Shades of Free Speech Blue #3F4FCF

Tints of Free Speech Blue #3F4FCF

Color information

#3F4FCF (or 0x3F4FCF) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 4F and CF. RGB value is (63,79,207). Sum of RGB (Red+Green+Blue) = 63+79+207=349 (46% of max value = 765). Red value is 63 (25% from 255 or 18.05% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 207 (81.25% from 255 or 59.31% from 349); Max value from RGB is 207 - color contains mainly: blue. Hex color #3F4FCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F4FCF is #C0B030. Grayscale: #585858. Windows color (decimal): -12628017 or 13586239. OLE color: 13586239.

HSL color Cylindrical-coordinate representation of color #3F4FCF: hue angle of 233.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F4FCF is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6379207-
CMYK0.700.6200.19
HSL233.33º60%52.94%-
HSV(B)233.33º69.57%81.18%-
XYZ16.1111.1560.34-
YUV88.81194.7109.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.05%
GREEN value IS 79 (31.25% from 255) = 22.64%
BLUE value IS 207 (81.25% from 255) = 59.31%
R=18.05%
G=22.64%
B=59.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal63792070.700.6200.19233.336052.94
Hex3F4FCF463E013e93c35
Octal77117317106760233517465
Binary111111100111111001111100011011111001001111101001111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,79,207); }

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

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

 a { background-color: rgb(63,79,207); }

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

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

 span { border-color: rgb(63,79,207); }

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