#3C52C1

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

Shades of Free Speech Blue #3C52C1

Tints of Free Speech Blue #3C52C1

Color information

#3C52C1 (or 0x3C52C1) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 52 and C1. RGB value is (60,82,193). Sum of RGB (Red+Green+Blue) = 60+82+193=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 82 (32.42% from 255 or 24.48% from 335); Blue value is 193 (75.78% from 255 or 57.61% from 335); Max value from RGB is 193 - color contains mainly: blue. Hex color #3C52C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C52C1 is #C3AD3E. Grayscale: #575757. Windows color (decimal): -12823871 or 12669500. OLE color: 12669500.

HSL color Cylindrical-coordinate representation of color #3C52C1: hue angle of 230.08º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C52C1 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB6082193-
CMYK0.690.5800.24
HSL230.08º52.57%49.61%-
HSV(B)230.08º68.91%75.69%-
XYZ14.5110.8551.78-
YUV88.08187.21107.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.91%
GREEN value IS 82 (32.42% from 255) = 24.48%
BLUE value IS 193 (75.78% from 255) = 57.61%
R=17.91%
G=24.48%
B=57.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal60821930.690.5800.24230.0852.5749.61
Hex3C52C1453A018e63532
Octal74122301105720303466562
Binary111100101001011000001100010111101001100011100110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C52C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C52C1; }

 p { color: rgb(60,82,193); }

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

<style>
 a { background-color: #3C52C1; }

 a { background-color: rgb(60,82,193); }

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

<style>
 span { border-color: #3C52C1; }

 span { border-color: rgb(60,82,193); }

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