#4340CE

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

Shades of Free Speech Blue #4340CE

Tints of Free Speech Blue #4340CE

Color information

#4340CE (or 0x4340CE) is unknown color: approx Free Speech Blue. HEX triplet: 43, 40 and CE. RGB value is (67,64,206). Sum of RGB (Red+Green+Blue) = 67+64+206=337 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.88% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #4340CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4340CE is #BCBF31. Grayscale: #505050. Windows color (decimal): -12369714 or 13516867. OLE color: 13516867.

HSL color Cylindrical-coordinate representation of color #4340CE: hue angle of 241.27º 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 #4340CE is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6764206-
CMYK0.670.6900.19
HSL241.27º59.17%52.94%-
HSV(B)241.27º68.93%80.78%-
XYZ15.299.3259.38-
YUV81.09198.49117.95-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.88%
GREEN value IS 64 (25.39% from 255) = 18.99%
BLUE value IS 206 (80.86% from 255) = 61.13%
R=19.88%
G=18.99%
B=61.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal67642060.670.6900.19241.2759.1752.94
Hex4340CE4345013f13b35
Octal1031003161031050233617365
Binary10000111000000110011101000011100010101001111110001111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4340CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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