#3C3ABE

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

Shades of Free Speech Blue #3C3ABE

Tints of Free Speech Blue #3C3ABE

Color information

#3C3ABE (or 0x3C3ABE) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 3A and BE. RGB value is (60,58,190). Sum of RGB (Red+Green+Blue) = 60+58+190=308 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.48% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C3ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3ABE is #C3C541. Grayscale: #494949. Windows color (decimal): -12830018 or 12466748. OLE color: 12466748.

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

Color convert

RGB6058190-
CMYK0.680.6900.25
HSL240.91º53.23%48.63%-
HSV(B)240.91º69.47%74.51%-
XYZ12.677.749.53-
YUV73.65193.66118.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.48%
GREEN value IS 58 (23.05% from 255) = 18.83%
BLUE value IS 190 (74.61% from 255) = 61.69%
R=19.48%
G=18.83%
B=61.69%

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
Decimal60581900.680.6900.25240.9153.2348.63
Hex3C3ABE4445019f13531
Octal74722761041050313616561
Binary111100111010101111101000100100010101100111110001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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