#3246CD

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

Shades of Free Speech Blue #3246CD

Tints of Free Speech Blue #3246CD

Color information

#3246CD (or 0x3246CD) is unknown color: approx Free Speech Blue. HEX triplet: 32, 46 and CD. RGB value is (50,70,205). Sum of RGB (Red+Green+Blue) = 50+70+205=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 205 (80.47% from 255 or 63.08% from 325); Max value from RGB is 205 - color contains mainly: blue. Hex color #3246CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3246CD is #CDB932. Grayscale: #4E4E4E. Windows color (decimal): -13482291 or 13452850. OLE color: 13452850.

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

Color convert

RGB5070205-
CMYK0.760.6600.20
HSL232.26º60.78%50%-
HSV(B)232.26º75.61%80.39%-
XYZ14.529.4758.82-
YUV79.41198.87107.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.38%
GREEN value IS 70 (27.73% from 255) = 21.54%
BLUE value IS 205 (80.47% from 255) = 63.08%
R=15.38%
G=21.54%
B=63.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal50702050.760.6600.20232.2660.7850
Hex3246CD4C42014e83d32
Octal621063151141020243507562
Binary1100101000110110011011001100100001001010011101000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3246CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3246CD; }

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

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

<style>
 a { background-color: #3246CD; }

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

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

<style>
 span { border-color: #3246CD; }

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

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