#3F66C4

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

Shades of Free Speech Blue #3F66C4

Tints of Free Speech Blue #3F66C4

Color information

#3F66C4 (or 0x3F66C4) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 66 and C4. RGB value is (63,102,196). Sum of RGB (Red+Green+Blue) = 63+102+196=361 (47% of max value = 765). Red value is 63 (25% from 255 or 17.45% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 196 (76.95% from 255 or 54.29% from 361); Max value from RGB is 196 - color contains mainly: blue. Hex color #3F66C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F66C4 is #C0993B. Grayscale: #646464. Windows color (decimal): -12622140 or 12871231. OLE color: 12871231.

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

Color convert

RGB63102196-
CMYK0.680.4800.23
HSL222.41º52.99%50.78%-
HSV(B)222.41º67.86%76.86%-
XYZ16.7714.5554.15-
YUV101.06181.58100.86-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.45%
GREEN value IS 102 (40.23% from 255) = 28.25%
BLUE value IS 196 (76.95% from 255) = 54.29%
R=17.45%
G=28.25%
B=54.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal631021960.680.4800.23222.4152.9950.78
Hex3F66C44430017de3533
Octal77146304104600273366563
Binary111111110011011000100100010011000001011111011110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F66C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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