#3F30CC

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

Shades of Free Speech Blue #3F30CC

Tints of Free Speech Blue #3F30CC

Color information

#3F30CC (or 0x3F30CC) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 30 and CC. RGB value is (63,48,204). Sum of RGB (Red+Green+Blue) = 63+48+204=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 48 (19.14% from 255 or 15.24% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F30CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F30CC is #C0CF33. Grayscale: #454545. Windows color (decimal): -12635956 or 13381695. OLE color: 13381695.

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

Color convert

RGB6348204-
CMYK0.690.7600.2
HSL245.77º61.9%49.41%-
HSV(B)245.77º76.47%80%-
XYZ14.017.5357.84-
YUV70.27203.47122.82-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20%
GREEN value IS 48 (19.14% from 255) = 15.24%
BLUE value IS 204 (80.08% from 255) = 64.76%
R=20%
G=15.24%
B=64.76%

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
Decimal63482040.690.7600.2245.7761.949.41
Hex3F30CC454C014f63e31
Octal77603141051140243667661
Binary111111110000110011001000101100110001010011110110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F30CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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