#3C3AAA

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

Shades of Blue Gem #3C3AAA

Tints of Blue Gem #3C3AAA

Color information

#3C3AAA (or 0x3C3AAA) is unknown color: approx Blue Gem. HEX triplet: 3C, 3A and AA. RGB value is (60,58,170). Sum of RGB (Red+Green+Blue) = 60+58+170=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C3AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3AAA is #C3C555. Grayscale: #464646. Windows color (decimal): -12830038 or 11156028. OLE color: 11156028.

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

Color convert

RGB6058170-
CMYK0.650.6600.33
HSL241.07º49.12%44.71%-
HSV(B)241.07º65.88%66.67%-
XYZ10.636.8938.8-
YUV71.37183.66119.89-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.83%
GREEN value IS 58 (23.05% from 255) = 20.14%
BLUE value IS 170 (66.80% from 255) = 59.03%
R=20.83%
G=20.14%
B=59.03%

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
Decimal60581700.650.6600.33241.0749.1244.71
Hex3C3AAA4142021f1312d
Octal74722521011020413616155
Binary1111001110101010101010000011000010010000111110001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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