#3C1EAE

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

Shades of Blue Gem #3C1EAE

Tints of Blue Gem #3C1EAE

Color information

#3C1EAE (or 0x3C1EAE) is unknown color: approx Blue Gem. HEX triplet: 3C, 1E and AE. RGB value is (60,30,174). Sum of RGB (Red+Green+Blue) = 60+30+174=264 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.73% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 174 (68.36% from 255 or 65.91% from 264); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C1EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1EAE is #C3E151. Grayscale: #363636. Windows color (decimal): -12837202 or 11411004. OLE color: 11411004.

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

Color convert

RGB6030174-
CMYK0.660.8300.32
HSL252.5º70.59%40%-
HSV(B)252.5º82.76%68.24%-
XYZ9.974.9540.47-
YUV55.39194.94131.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.73%
GREEN value IS 30 (12.11% from 255) = 11.36%
BLUE value IS 174 (68.36% from 255) = 65.91%
R=22.73%
G=11.36%
B=65.91%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal60301740.660.8300.32252.570.5940
Hex3C1EAE4253020fc4728
Octal743625610212304037410750
Binary1111001111010101110100001010100110100000111111001000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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