#3C1EAA

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

Shades of Blue Gem #3C1EAA

Tints of Blue Gem #3C1EAA

Color information

#3C1EAA (or 0x3C1EAA) is unknown color: approx Blue Gem. HEX triplet: 3C, 1E and AA. RGB value is (60,30,170). Sum of RGB (Red+Green+Blue) = 60+30+170=260 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.08% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 170 (66.80% from 255 or 65.38% from 260); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C1EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1EAA is #C3E155. Grayscale: #363636. Windows color (decimal): -12837206 or 11148860. OLE color: 11148860.

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

Color convert

RGB6030170-
CMYK0.650.8200.33
HSL252.86º70%39.22%-
HSV(B)252.86º82.35%66.67%-
XYZ9.584.7938.45-
YUV54.93192.94131.62-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.08%
GREEN value IS 30 (12.11% from 255) = 11.54%
BLUE value IS 170 (66.80% from 255) = 65.38%
R=23.08%
G=11.54%
B=65.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal60301700.650.8200.33252.867039.22
Hex3C1EAA4152021fd4627
Octal743625210112204137510647
Binary1111001111010101010100000110100100100001111111011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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