#4352B4

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

Shades of Free Speech Blue #4352B4

Tints of Free Speech Blue #4352B4

Color information

#4352B4 (or 0x4352B4) is unknown color: approx Free Speech Blue. HEX triplet: 43, 52 and B4. RGB value is (67,82,180). Sum of RGB (Red+Green+Blue) = 67+82+180=329 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.36% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 180 (70.70% from 255 or 54.71% from 329); Max value from RGB is 180 - color contains mainly: blue. Hex color #4352B4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4352B4 is #BCAD4B. Grayscale: #585858. Windows color (decimal): -12365132 or 11817539. OLE color: 11817539.

HSL color Cylindrical-coordinate representation of color #4352B4: hue angle of 232.04º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4352B4 is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6782180-
CMYK0.630.5400.29
HSL232.04º45.75%48.43%-
HSV(B)232.04º62.78%70.59%-
XYZ13.5710.5244.5-
YUV88.69179.53112.53-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.36%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 180 (70.70% from 255) = 54.71%
R=20.36%
G=24.92%
B=54.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal67821800.630.5400.29232.0445.7548.43
Hex4352B43F3601De82e30
Octal10312226477660353505660
Binary100001110100101011010011111111011001110111101000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4352B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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