#4340ca

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

Shades of Free Speech Blue #4340CA

Tints of Free Speech Blue #4340CA

Color information

#4340CA (or 0x4340CA) is unknown color: approx Free Speech Blue. HEX triplet: 43, 40 and CA. RGB value is (67,64,202). Sum of RGB (Red+Green+Blue) = 67+64+202=333 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.12% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 202 (79.30% from 255 or 60.66% from 333); Max value from RGB is 202 - color contains mainly: blue. Hex color #4340CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4340CA is #BCBF35. Grayscale: #505050. Windows color (decimal): -12369718 or 13254723. OLE color: 13254723.

HSL color Cylindrical-coordinate representation of color #4340CA: hue angle of 241.3º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4340CA is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6764202-
CMYK0.670.6800.21
HSL241.3º56.56%52.16%-
HSV(B)241.3º68.32%79.22%-
XYZ14.819.1256.86-
YUV80.63196.49118.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.12%
GREEN value IS 64 (25.39% from 255) = 19.22%
BLUE value IS 202 (79.30% from 255) = 60.66%
R=20.12%
G=19.22%
B=60.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal67642020.670.6800.21241.356.5652.16
Hex4340CA4344015f13934
Octal1031003121031040253617164
Binary10000111000000110010101000011100010001010111110001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4340ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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