#3C3BAC

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

Shades of Blue Gem #3C3BAC

Tints of Blue Gem #3C3BAC

Color information

#3C3BAC (or 0x3C3BAC) is unknown color: approx Blue Gem. HEX triplet: 3C, 3B and AC. RGB value is (60,59,172). Sum of RGB (Red+Green+Blue) = 60+59+172=291 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.62% from 291); Green value is 59 (23.44% from 255 or 20.27% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C3BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3BAC is #C3C453. Grayscale: #474747. Windows color (decimal): -12829780 or 11287356. OLE color: 11287356.

HSL color Cylindrical-coordinate representation of color #3C3BAC: hue angle of 240.53º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C3BAC is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6059172-
CMYK0.650.6600.33
HSL240.53º48.92%45.29%-
HSV(B)240.53º65.7%67.45%-
XYZ10.877.0739.82-
YUV72.18184.33119.31-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.62%
GREEN value IS 59 (23.44% from 255) = 20.27%
BLUE value IS 172 (67.58% from 255) = 59.11%
R=20.62%
G=20.27%
B=59.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60591720.650.6600.33240.5348.9245.29
Hex3C3BAC4142021f1312d
Octal74732541011020413616155
Binary1111001110111010110010000011000010010000111110001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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