#324DDD

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

Shades of Free Speech Blue #324DDD

Tints of Free Speech Blue #324DDD

Color information

#324DDD (or 0x324DDD) is unknown color: approx Free Speech Blue. HEX triplet: 32, 4D and DD. RGB value is (50,77,221). Sum of RGB (Red+Green+Blue) = 50+77+221=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #324DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324DDD is #CDB222. Grayscale: #545454. Windows color (decimal): -13480483 or 14503218. OLE color: 14503218.

HSL color Cylindrical-coordinate representation of color #324DDD: hue angle of 230.53º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #324DDD is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5077221-
CMYK0.770.6500.13
HSL230.53º71.55%53.14%-
HSV(B)230.53º77.38%86.67%-
XYZ17.0211.2169.67-
YUV85.34204.55102.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.37%
GREEN value IS 77 (30.47% from 255) = 22.13%
BLUE value IS 221 (86.72% from 255) = 63.51%
R=14.37%
G=22.13%
B=63.51%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal50772210.770.6500.13230.5371.5553.14
Hex324DDD4D410De74835
Octal6211533511510101534711065
Binary1100101001101110111011001101100000101101111001111001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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