#3F4ACE

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

Shades of Free Speech Blue #3F4ACE

Tints of Free Speech Blue #3F4ACE

Color information

#3F4ACE (or 0x3F4ACE) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 4A and CE. RGB value is (63,74,206). Sum of RGB (Red+Green+Blue) = 63+74+206=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #3F4ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F4ACE is #C0B531. Grayscale: #555555. Windows color (decimal): -12629298 or 13519423. OLE color: 13519423.

HSL color Cylindrical-coordinate representation of color #3F4ACE: hue angle of 235.38º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3F4ACE is Cyan = 0.69, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6374206-
CMYK0.690.6400.19
HSL235.38º59.34%52.75%-
HSV(B)235.38º69.42%80.78%-
XYZ15.6410.4159.58-
YUV85.76195.86111.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.37%
GREEN value IS 74 (29.30% from 255) = 21.57%
BLUE value IS 206 (80.86% from 255) = 60.06%
R=18.37%
G=21.57%
B=60.06%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal63742060.690.6400.19235.3859.3452.75
Hex3F4ACE4540013eb3b35
Octal771123161051000233537365
Binary1111111001010110011101000101100000001001111101011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,74,206); }

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

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

 a { background-color: rgb(63,74,206); }

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

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

 span { border-color: rgb(63,74,206); }

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