#3C1FAE

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

Shades of Blue Gem #3C1FAE

Tints of Blue Gem #3C1FAE

Color information

#3C1FAE (or 0x3C1FAE) is unknown color: approx Blue Gem. HEX triplet: 3C, 1F and AE. RGB value is (60,31,174). Sum of RGB (Red+Green+Blue) = 60+31+174=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 174 (68.36% from 255 or 65.66% from 265); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C1FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1FAE is #C3E051. Grayscale: #373737. Windows color (decimal): -12836946 or 11411260. OLE color: 11411260.

HSL color Cylindrical-coordinate representation of color #3C1FAE: hue angle of 252.17º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C1FAE is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6031174-
CMYK0.660.8200.32
HSL252.17º69.76%40.2%-
HSV(B)252.17º82.18%68.24%-
XYZ9.99540.48-
YUV55.97194.61130.87-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.64%
GREEN value IS 31 (12.5% from 255) = 11.70%
BLUE value IS 174 (68.36% from 255) = 65.66%
R=22.64%
G=11.70%
B=65.66%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal60311740.660.8200.32252.1769.7640.2
Hex3C1FAE4252020fc4628
Octal743725610212204037410650
Binary1111001111110101110100001010100100100000111111001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,31,174); }

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

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

 a { background-color: rgb(60,31,174); }

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

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

 span { border-color: rgb(60,31,174); }

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