#3C3AAB

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

Shades of Blue Gem #3C3AAB

Tints of Blue Gem #3C3AAB

Color information

#3C3AAB (or 0x3C3AAB) is unknown color: approx Blue Gem. HEX triplet: 3C, 3A and AB. RGB value is (60,58,171). Sum of RGB (Red+Green+Blue) = 60+58+171=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C3AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3AAB is #C3C554. Grayscale: #474747. Windows color (decimal): -12830037 or 11221564. OLE color: 11221564.

HSL color Cylindrical-coordinate representation of color #3C3AAB: hue angle of 241.06º 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 #3C3AAB is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6058171-
CMYK0.650.6600.33
HSL241.06º49.34%44.9%-
HSV(B)241.06º66.08%67.06%-
XYZ10.736.9339.3-
YUV71.48184.16119.81-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.76%
GREEN value IS 58 (23.05% from 255) = 20.07%
BLUE value IS 171 (67.19% from 255) = 59.17%
R=20.76%
G=20.07%
B=59.17%

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
Decimal60581710.650.6600.33241.0649.3444.9
Hex3C3AAB4142021f1312d
Octal74722531011020413616155
Binary1111001110101010101110000011000010010000111110001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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