#3C3BBE

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

Shades of Free Speech Blue #3C3BBE

Tints of Free Speech Blue #3C3BBE

Color information

#3C3BBE (or 0x3C3BBE) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 3B and BE. RGB value is (60,59,190). Sum of RGB (Red+Green+Blue) = 60+59+190=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 190 (74.61% from 255 or 61.49% from 309); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C3BBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3BBE is #C3C441. Grayscale: #494949. Windows color (decimal): -12829762 or 12467004. OLE color: 12467004.

HSL color Cylindrical-coordinate representation of color #3C3BBE: hue angle of 240.46º 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 #3C3BBE is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB6059190-
CMYK0.680.6900.25
HSL240.46º52.61%48.82%-
HSV(B)240.46º68.95%74.51%-
XYZ12.727.8149.55-
YUV74.23193.33117.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.42%
GREEN value IS 59 (23.44% from 255) = 19.09%
BLUE value IS 190 (74.61% from 255) = 61.49%
R=19.42%
G=19.09%
B=61.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60591900.680.6900.25240.4652.6148.82
Hex3C3BBE4445019f03531
Octal74732761041050313606561
Binary111100111011101111101000100100010101100111110000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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