#3244cc

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

Shades of Free Speech Blue #3244CC

Tints of Free Speech Blue #3244CC

Color information

#3244CC (or 0x3244CC) is unknown color: approx Free Speech Blue. HEX triplet: 32, 44 and CC. RGB value is (50,68,204). Sum of RGB (Red+Green+Blue) = 50+68+204=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #3244CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3244CC is #CDBB33. Grayscale: #4D4D4D. Windows color (decimal): -13482804 or 13386802. OLE color: 13386802.

HSL color Cylindrical-coordinate representation of color #3244CC: hue angle of 232.99º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3244CC is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5068204-
CMYK0.750.6700.2
HSL232.99º60.63%49.8%-
HSV(B)232.99º75.49%80%-
XYZ14.289.1758.14-
YUV78.12199.04107.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.53%
GREEN value IS 68 (26.95% from 255) = 21.12%
BLUE value IS 204 (80.08% from 255) = 63.35%
R=15.53%
G=21.12%
B=63.35%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal50682040.750.6700.2232.9960.6349.8
Hex3244CC4B43014e93d32
Octal621043141131030243517562
Binary1100101000100110011001001011100001101010011101001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3244cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3244cc; }

 p { color: rgb(50,68,204); }

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

<style>
 a { background-color: #3244cc; }

 a { background-color: rgb(50,68,204); }

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

<style>
 span { border-color: #3244cc; }

 span { border-color: rgb(50,68,204); }

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