#324DCD

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

Shades of Free Speech Blue #324DCD

Tints of Free Speech Blue #324DCD

Color information

#324DCD (or 0x324DCD) is unknown color: approx Free Speech Blue. HEX triplet: 32, 4D and CD. RGB value is (50,77,205). Sum of RGB (Red+Green+Blue) = 50+77+205=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #324DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324DCD is #CDB232. Grayscale: #525252. Windows color (decimal): -13480499 or 13454642. OLE color: 13454642.

HSL color Cylindrical-coordinate representation of color #324DCD: hue angle of 229.55º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #324DCD is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5077205-
CMYK0.760.6200.20
HSL229.55º60.78%50%-
HSV(B)229.55º75.61%80.39%-
XYZ14.9910.3958.97-
YUV83.52196.55104.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.06%
GREEN value IS 77 (30.47% from 255) = 23.19%
BLUE value IS 205 (80.47% from 255) = 61.75%
R=15.06%
G=23.19%
B=61.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal50772050.760.6200.20229.5560.7850
Hex324DCD4C3E014e63d32
Octal62115315114760243467562
Binary110010100110111001101100110011111001010011100110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324DCD; }

 p { color: rgb(50,77,205); }

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

<style>
 a { background-color: #324DCD; }

 a { background-color: rgb(50,77,205); }

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

<style>
 span { border-color: #324DCD; }

 span { border-color: rgb(50,77,205); }

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