#3C1EAB

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

Shades of Blue Gem #3C1EAB

Tints of Blue Gem #3C1EAB

Color information

#3C1EAB (or 0x3C1EAB) is unknown color: approx Blue Gem. HEX triplet: 3C, 1E and AB. RGB value is (60,30,171). Sum of RGB (Red+Green+Blue) = 60+30+171=261 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.99% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #3C1EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1EAB is #C3E154. Grayscale: #363636. Windows color (decimal): -12837205 or 11214396. OLE color: 11214396.

HSL color Cylindrical-coordinate representation of color #3C1EAB: hue angle of 252.77º 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 #3C1EAB is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6030171-
CMYK0.650.8200.33
HSL252.77º70.15%39.41%-
HSV(B)252.77º82.46%67.06%-
XYZ9.684.8338.95-
YUV55.04193.44131.54-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.99%
GREEN value IS 30 (12.11% from 255) = 11.49%
BLUE value IS 171 (67.19% from 255) = 65.52%
R=22.99%
G=11.49%
B=65.52%

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
Decimal60301710.650.8200.33252.7770.1539.41
Hex3C1EAB4152021fd4627
Octal743625310112204137510647
Binary1111001111010101011100000110100100100001111111011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C1EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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