#4342DB

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

Shades of Free Speech Blue #4342DB

Tints of Free Speech Blue #4342DB

Color information

#4342DB (or 0x4342DB) is unknown color: approx Free Speech Blue. HEX triplet: 43, 42 and DB. RGB value is (67,66,219). Sum of RGB (Red+Green+Blue) = 67+66+219=352 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.03% from 352); Green value is 66 (26.17% from 255 or 18.75% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #4342DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4342DB is #BCBD24. Grayscale: #535353. Windows color (decimal): -12369189 or 14369347. OLE color: 14369347.

HSL color Cylindrical-coordinate representation of color #4342DB: hue angle of 240.39º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4342DB is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6766219-
CMYK0.690.7000.14
HSL240.39º68%55.88%-
HSV(B)240.39º69.86%85.88%-
XYZ17.0510.268.09-
YUV83.74204.33116.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.03%
GREEN value IS 66 (26.17% from 255) = 18.75%
BLUE value IS 219 (85.94% from 255) = 62.22%
R=19.03%
G=18.75%
B=62.22%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal67662190.690.7000.14240.396855.88
Hex4342DB45460Ef04438
Octal10310233310510601636010470
Binary10000111000010110110111000101100011001110111100001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4342DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4342DB; }

 p { color: rgb(67,66,219); }

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

<style>
 a { background-color: #4342DB; }

 a { background-color: rgb(67,66,219); }

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

<style>
 span { border-color: #4342DB; }

 span { border-color: rgb(67,66,219); }

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