#4340D1

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

Shades of Free Speech Blue #4340D1

Tints of Free Speech Blue #4340D1

Color information

#4340D1 (or 0x4340D1) is unknown color: approx Free Speech Blue. HEX triplet: 43, 40 and D1. RGB value is (67,64,209). Sum of RGB (Red+Green+Blue) = 67+64+209=340 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.71% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 209 (82.03% from 255 or 61.47% from 340); Max value from RGB is 209 - color contains mainly: blue. Hex color #4340D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4340D1 is #BCBF2E. Grayscale: #505050. Windows color (decimal): -12369711 or 13713475. OLE color: 13713475.

HSL color Cylindrical-coordinate representation of color #4340D1: hue angle of 241.24º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4340D1 is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6764209-
CMYK0.680.6900.18
HSL241.24º61.18%53.53%-
HSV(B)241.24º69.38%81.96%-
XYZ15.669.4661.32-
YUV81.43199.99117.71-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.71%
GREEN value IS 64 (25.39% from 255) = 18.82%
BLUE value IS 209 (82.03% from 255) = 61.47%
R=19.71%
G=18.82%
B=61.47%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal67642090.680.6900.18241.2461.1853.53
Hex4340D14445012f13d36
Octal1031003211041050223617566
Binary10000111000000110100011000100100010101001011110001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4340D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4340D1; }

 p { color: rgb(67,64,209); }

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

<style>
 a { background-color: #4340D1; }

 a { background-color: rgb(67,64,209); }

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

<style>
 span { border-color: #4340D1; }

 span { border-color: rgb(67,64,209); }

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