#323ED0

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

Shades of Free Speech Blue #323ED0

Tints of Free Speech Blue #323ED0

Color information

#323ED0 (or 0x323ED0) is unknown color: approx Free Speech Blue. HEX triplet: 32, 3E and D0. RGB value is (50,62,208). Sum of RGB (Red+Green+Blue) = 50+62+208=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 208 (81.64% from 255 or 65% from 320); Max value from RGB is 208 - color contains mainly: blue. Hex color #323ED0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323ED0 is #CDC12F. Grayscale: #4A4A4A. Windows color (decimal): -13484336 or 13647410. OLE color: 13647410.

HSL color Cylindrical-coordinate representation of color #323ED0: hue angle of 235.44º 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 #323ED0 is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB5062208-
CMYK0.760.7000.18
HSL235.44º62.7%50.59%-
HSV(B)235.44º75.96%81.57%-
XYZ14.428.6860.59-
YUV75.06203.02110.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.62%
GREEN value IS 62 (24.61% from 255) = 19.38%
BLUE value IS 208 (81.64% from 255) = 65%
R=15.62%
G=19.38%
B=65%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal50622080.760.7000.18235.4462.750.59
Hex323ED04C46012eb3f33
Octal62763201141060223537763
Binary110010111110110100001001100100011001001011101011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323ED0; }

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

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

<style>
 a { background-color: #323ED0; }

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

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

<style>
 span { border-color: #323ED0; }

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

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