#3C52CD

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

Shades of Free Speech Blue #3C52CD

Tints of Free Speech Blue #3C52CD

Color information

#3C52CD (or 0x3C52CD) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 52 and CD. RGB value is (60,82,205). Sum of RGB (Red+Green+Blue) = 60+82+205=347 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.29% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C52CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C52CD is #C3AD32. Grayscale: #585858. Windows color (decimal): -12823859 or 13455932. OLE color: 13455932.

HSL color Cylindrical-coordinate representation of color #3C52CD: hue angle of 230.9º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C52CD is Cyan = 0.71, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6082205-
CMYK0.710.600.20
HSL230.9º59.18%51.96%-
HSV(B)230.9º70.73%80.39%-
XYZ15.911.459.12-
YUV89.44193.21107-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.29%
GREEN value IS 82 (32.42% from 255) = 23.63%
BLUE value IS 205 (80.47% from 255) = 59.08%
R=17.29%
G=23.63%
B=59.08%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal60822050.710.600.20230.959.1851.96
Hex3C52CD473C014e73b34
Octal74122315107740243477364
Binary111100101001011001101100011111110001010011100111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C52CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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