#3F57CC

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

Shades of Free Speech Blue #3F57CC

Tints of Free Speech Blue #3F57CC

Color information

#3F57CC (or 0x3F57CC) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 57 and CC. RGB value is (63,87,204). Sum of RGB (Red+Green+Blue) = 63+87+204=354 (46% of max value = 765). Red value is 63 (25% from 255 or 17.80% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 204 (80.08% from 255 or 57.63% from 354); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F57CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F57CC is #C0A833. Grayscale: #5C5C5C. Windows color (decimal): -12625972 or 13391679. OLE color: 13391679.

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

Color convert

RGB6387204-
CMYK0.690.5700.2
HSL229.79º58.02%52.35%-
HSV(B)229.79º69.12%80%-
XYZ16.3612.2358.63-
YUV93.16190.55106.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.80%
GREEN value IS 87 (34.38% from 255) = 24.58%
BLUE value IS 204 (80.08% from 255) = 57.63%
R=17.80%
G=24.58%
B=57.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal63872040.690.5700.2229.7958.0252.35
Hex3F57CC4539014e63a34
Octal77127314105710243467264
Binary111111101011111001100100010111100101010011100110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F57CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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