#3f31cc

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

Shades of Free Speech Blue #3F31CC

Tints of Free Speech Blue #3F31CC

Color information

#3F31CC (or 0x3F31CC) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 31 and CC. RGB value is (63,49,204). Sum of RGB (Red+Green+Blue) = 63+49+204=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 204 (80.08% from 255 or 64.56% from 316); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F31CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F31CC is #C0CE33. Grayscale: #464646. Windows color (decimal): -12635700 or 13381951. OLE color: 13381951.

HSL color Cylindrical-coordinate representation of color #3F31CC: hue angle of 245.42º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3F31CC is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB6349204-
CMYK0.690.7600.2
HSL245.42º61.26%49.61%-
HSV(B)245.42º75.98%80%-
XYZ14.057.6157.86-
YUV70.86203.14122.4-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.94%
GREEN value IS 49 (19.53% from 255) = 15.51%
BLUE value IS 204 (80.08% from 255) = 64.56%
R=19.94%
G=15.51%
B=64.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal63492040.690.7600.2245.4261.2649.61
Hex3F31CC454C014f53d32
Octal77613141051140243657562
Binary111111110001110011001000101100110001010011110101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f31cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,49,204); }

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

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

 a { background-color: rgb(63,49,204); }

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

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

 span { border-color: rgb(63,49,204); }

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