#3C27B1

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

Shades of Blue Gem #3C27B1

Tints of Blue Gem #3C27B1

Color information

#3C27B1 (or 0x3C27B1) is unknown color: approx Blue Gem. HEX triplet: 3C, 27 and B1. RGB value is (60,39,177). Sum of RGB (Red+Green+Blue) = 60+39+177=276 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.74% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 177 (69.53% from 255 or 64.13% from 276); Max value from RGB is 177 - color contains mainly: blue. Hex color #3C27B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C27B1 is #C3D84E. Grayscale: #3C3C3C. Windows color (decimal): -12834895 or 11609916. OLE color: 11609916.

HSL color Cylindrical-coordinate representation of color #3C27B1: hue angle of 249.13º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C27B1 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6039177-
CMYK0.660.7800.31
HSL249.13º63.89%42.35%-
HSV(B)249.13º77.97%69.41%-
XYZ10.525.5942.12-
YUV61.01193.46127.28-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.74%
GREEN value IS 39 (15.62% from 255) = 14.13%
BLUE value IS 177 (69.53% from 255) = 64.13%
R=21.74%
G=14.13%
B=64.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal60391770.660.7800.31249.1363.8942.35
Hex3C27B1424E01Ff9402a
Octal744726110211603737110052
Binary1111001001111011000110000101001110011111111110011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C27B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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