#3C51CD

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

Shades of Free Speech Blue #3C51CD

Tints of Free Speech Blue #3C51CD

Color information

#3C51CD (or 0x3C51CD) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 51 and CD. RGB value is (60,81,205). Sum of RGB (Red+Green+Blue) = 60+81+205=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C51CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C51CD is #C3AE32. Grayscale: #585858. Windows color (decimal): -12824115 or 13455676. OLE color: 13455676.

HSL color Cylindrical-coordinate representation of color #3C51CD: hue angle of 231.31º 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 #3C51CD is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB6081205-
CMYK0.710.6000.20
HSL231.31º59.18%51.96%-
HSV(B)231.31º70.73%80.39%-
XYZ15.8311.2559.1-
YUV88.86193.54107.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.34%
GREEN value IS 81 (32.03% from 255) = 23.41%
BLUE value IS 205 (80.47% from 255) = 59.25%
R=17.34%
G=23.41%
B=59.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal60812050.710.6000.20231.3159.1851.96
Hex3C51CD473C014e73b34
Octal74121315107740243477364
Binary111100101000111001101100011111110001010011100111111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C51CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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