#324CCD

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

Shades of Free Speech Blue #324CCD

Tints of Free Speech Blue #324CCD

Color information

#324CCD (or 0x324CCD) is unknown color: approx Free Speech Blue. HEX triplet: 32, 4C and CD. RGB value is (50,76,205). Sum of RGB (Red+Green+Blue) = 50+76+205=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 205 (80.47% from 255 or 61.93% from 331); Max value from RGB is 205 - color contains mainly: blue. Hex color #324CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324CCD is #CDB332. Grayscale: #525252. Windows color (decimal): -13480755 or 13454386. OLE color: 13454386.

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

Color convert

RGB5076205-
CMYK0.760.6300.20
HSL229.94º60.78%50%-
HSV(B)229.94º75.61%80.39%-
XYZ14.9210.2558.95-
YUV82.93196.89104.51-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.11%
GREEN value IS 76 (30.08% from 255) = 22.96%
BLUE value IS 205 (80.47% from 255) = 61.93%
R=15.11%
G=22.96%
B=61.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal50762050.760.6300.20229.9460.7850
Hex324CCD4C3F014e63d32
Octal62114315114770243467562
Binary110010100110011001101100110011111101010011100110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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