#324ECD

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

Shades of Free Speech Blue #324ECD

Tints of Free Speech Blue #324ECD

Color information

#324ECD (or 0x324ECD) is unknown color: approx Free Speech Blue. HEX triplet: 32, 4E and CD. RGB value is (50,78,205). Sum of RGB (Red+Green+Blue) = 50+78+205=333 (44% of max value = 765). Red value is 50 (19.92% from 255 or 15.02% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #324ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324ECD is #CDB132. Grayscale: #535353. Windows color (decimal): -13480243 or 13454898. OLE color: 13454898.

HSL color Cylindrical-coordinate representation of color #324ECD: hue angle of 229.16º 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 #324ECD is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5078205-
CMYK0.760.6200.20
HSL229.16º60.78%50%-
HSV(B)229.16º75.61%80.39%-
XYZ15.0610.5359-
YUV84.11196.22103.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.02%
GREEN value IS 78 (30.86% from 255) = 23.42%
BLUE value IS 205 (80.47% from 255) = 61.56%
R=15.02%
G=23.42%
B=61.56%

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
Decimal50782050.760.6200.20229.1660.7850
Hex324ECD4C3E014e53d32
Octal62116315114760243457562
Binary110010100111011001101100110011111001010011100101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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