#4342d8

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

Shades of Free Speech Blue #4342D8

Tints of Free Speech Blue #4342D8

Color information

#4342D8 (or 0x4342D8) is unknown color: approx Free Speech Blue. HEX triplet: 43, 42 and D8. RGB value is (67,66,216). Sum of RGB (Red+Green+Blue) = 67+66+216=349 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.20% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 216 (84.77% from 255 or 61.89% from 349); Max value from RGB is 216 - color contains mainly: blue. Hex color #4342D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4342D8 is #BCBD27. Grayscale: #525252. Windows color (decimal): -12369192 or 14172739. OLE color: 14172739.

HSL color Cylindrical-coordinate representation of color #4342D8: hue angle of 240.4º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4342D8 is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6766216-
CMYK0.690.6900.15
HSL240.4º65.79%55.29%-
HSV(B)240.4º69.44%84.71%-
XYZ16.6610.0566.03-
YUV83.4202.83116.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.20%
GREEN value IS 66 (26.17% from 255) = 18.91%
BLUE value IS 216 (84.77% from 255) = 61.89%
R=19.20%
G=18.91%
B=61.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal67662160.690.6900.15240.465.7955.29
Hex4342D845450Ff04237
Octal10310233010510501736010267
Binary10000111000010110110001000101100010101111111100001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4342d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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