#4352AE

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

Shades of Free Speech Blue #4352AE

Tints of Free Speech Blue #4352AE

Color information

#4352AE (or 0x4352AE) is unknown color: approx Free Speech Blue. HEX triplet: 43, 52 and AE. RGB value is (67,82,174). Sum of RGB (Red+Green+Blue) = 67+82+174=323 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.74% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #4352AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4352AE is #BCAD51. Grayscale: #575757. Windows color (decimal): -12365138 or 11424323. OLE color: 11424323.

HSL color Cylindrical-coordinate representation of color #4352AE: hue angle of 231.59º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4352AE is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6782174-
CMYK0.610.5300.32
HSL231.59º44.4%47.25%-
HSV(B)231.59º61.49%68.24%-
XYZ12.9710.2841.35-
YUV88176.53113.02-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.74%
GREEN value IS 82 (32.42% from 255) = 25.39%
BLUE value IS 174 (68.36% from 255) = 53.87%
R=20.74%
G=25.39%
B=53.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal67821740.610.5300.32231.5944.447.25
Hex4352AE3D35020e82c2f
Octal10312225675650403505457
Binary1000011101001010101110111101110101010000011101000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4352AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4352AE; }

 p { color: rgb(67,82,174); }

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

<style>
 a { background-color: #4352AE; }

 a { background-color: rgb(67,82,174); }

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

<style>
 span { border-color: #4352AE; }

 span { border-color: rgb(67,82,174); }

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