#3C27AB

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

Shades of Blue Gem #3C27AB

Tints of Blue Gem #3C27AB

Color information

#3C27AB (or 0x3C27AB) is unknown color: approx Blue Gem. HEX triplet: 3C, 27 and AB. RGB value is (60,39,171). Sum of RGB (Red+Green+Blue) = 60+39+171=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 171 (67.19% from 255 or 63.33% from 270); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C27AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C27AB is #C3D854. Grayscale: #3B3B3B. Windows color (decimal): -12834901 or 11216700. OLE color: 11216700.

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

Color convert

RGB6039171-
CMYK0.650.7700.33
HSL249.55º62.86%41.18%-
HSV(B)249.55º77.19%67.06%-
XYZ9.945.3539.04-
YUV60.33190.46127.77-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.22%
GREEN value IS 39 (15.62% from 255) = 14.44%
BLUE value IS 171 (67.19% from 255) = 63.33%
R=22.22%
G=14.44%
B=63.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60391710.650.7700.33249.5562.8641.18
Hex3C27AB414D021fa3f29
Octal74472531011150413727751
Binary1111001001111010101110000011001101010000111111010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C27AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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