#3C3BC0

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

Shades of Free Speech Blue #3C3BC0

Tints of Free Speech Blue #3C3BC0

Color information

#3C3BC0 (or 0x3C3BC0) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 3B and C0. RGB value is (60,59,192). Sum of RGB (Red+Green+Blue) = 60+59+192=311 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.29% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 192 (75.39% from 255 or 61.74% from 311); Max value from RGB is 192 - color contains mainly: blue. Hex color #3C3BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3BC0 is #C3C43F. Grayscale: #494949. Windows color (decimal): -12829760 or 12598076. OLE color: 12598076.

HSL color Cylindrical-coordinate representation of color #3C3BC0: hue angle of 240.45º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C3BC0 is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6059192-
CMYK0.690.6900.25
HSL240.45º52.99%49.22%-
HSV(B)240.45º69.27%75.29%-
XYZ12.947.8950.71-
YUV74.46194.33117.69-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.29%
GREEN value IS 59 (23.44% from 255) = 18.97%
BLUE value IS 192 (75.39% from 255) = 61.74%
R=19.29%
G=18.97%
B=61.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60591920.690.6900.25240.4552.9949.22
Hex3C3BC04545019f03531
Octal74733001051050313606561
Binary111100111011110000001000101100010101100111110000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,59,192); }

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

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

 a { background-color: rgb(60,59,192); }

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

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

 span { border-color: rgb(60,59,192); }

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