#325AD0

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

Shades of Free Speech Blue #325AD0

Tints of Free Speech Blue #325AD0

Color information

#325AD0 (or 0x325AD0) is unknown color: approx Free Speech Blue. HEX triplet: 32, 5A and D0. RGB value is (50,90,208). Sum of RGB (Red+Green+Blue) = 50+90+208=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 90 (35.55% from 255 or 25.86% from 348); Blue value is 208 (81.64% from 255 or 59.77% from 348); Max value from RGB is 208 - color contains mainly: blue. Hex color #325AD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #325AD0 is #CDA52F. Grayscale: #5A5A5A. Windows color (decimal): -13477168 or 13654578. OLE color: 13654578.

HSL color Cylindrical-coordinate representation of color #325AD0: hue angle of 224.81º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #325AD0 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5090208-
CMYK0.760.5700.18
HSL224.81º62.7%50.59%-
HSV(B)224.81º75.96%81.57%-
XYZ16.3612.5461.23-
YUV91.49193.7598.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.37%
GREEN value IS 90 (35.55% from 255) = 25.86%
BLUE value IS 208 (81.64% from 255) = 59.77%
R=14.37%
G=25.86%
B=59.77%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal50902080.760.5700.18224.8162.750.59
Hex325AD04C39012e13f33
Octal62132320114710223417763
Binary110010101101011010000100110011100101001011100001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325AD0; }

 p { color: rgb(50,90,208); }

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

<style>
 a { background-color: #325AD0; }

 a { background-color: rgb(50,90,208); }

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

<style>
 span { border-color: #325AD0; }

 span { border-color: rgb(50,90,208); }

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