#3c32ab

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

Shades of Blue Gem #3C32AB

Tints of Blue Gem #3C32AB

Color information

#3C32AB (or 0x3C32AB) is unknown color: approx Blue Gem. HEX triplet: 3C, 32 and AB. RGB value is (60,50,171). Sum of RGB (Red+Green+Blue) = 60+50+171=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 171 (67.19% from 255 or 60.85% from 281); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C32AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C32AB is #C3CD54. Grayscale: #424242. Windows color (decimal): -12832085 or 11219516. OLE color: 11219516.

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

Color convert

RGB6050171-
CMYK0.650.7100.33
HSL244.96º54.75%43.33%-
HSV(B)244.96º70.76%67.06%-
XYZ10.356.1839.18-
YUV66.78186.81123.16-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.35%
GREEN value IS 50 (19.92% from 255) = 17.79%
BLUE value IS 171 (67.19% from 255) = 60.85%
R=21.35%
G=17.79%
B=60.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60501710.650.7100.33244.9654.7543.33
Hex3C32AB4147021f5372b
Octal74622531011070413656753
Binary1111001100101010101110000011000111010000111110101110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c32ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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