#3F40CD

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

Shades of Free Speech Blue #3F40CD

Tints of Free Speech Blue #3F40CD

Color information

#3F40CD (or 0x3F40CD) is unknown color: approx Free Speech Blue. HEX triplet: 3F, 40 and CD. RGB value is (63,64,205). Sum of RGB (Red+Green+Blue) = 63+64+205=332 (43% of max value = 765). Red value is 63 (25% from 255 or 18.98% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #3F40CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F40CD is #C0BF32. Grayscale: #4F4F4F. Windows color (decimal): -12631859 or 13451327. OLE color: 13451327.

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

Color convert

RGB6364205-
CMYK0.690.6900.20
HSL239.58º58.68%52.55%-
HSV(B)239.58º69.27%80.39%-
XYZ14.99.1358.73-
YUV79.78198.67116.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.98%
GREEN value IS 64 (25.39% from 255) = 19.28%
BLUE value IS 205 (80.47% from 255) = 61.75%
R=18.98%
G=19.28%
B=61.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal63642050.690.6900.20239.5858.6852.55
Hex3F40CD4545014f03b35
Octal771003151051050243607365
Binary1111111000000110011011000101100010101010011110000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F40CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,64,205); }

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

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

 a { background-color: rgb(63,64,205); }

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

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

 span { border-color: rgb(63,64,205); }

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