#3917AC

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

Shades of Blue Gem #3917AC

Tints of Blue Gem #3917AC

Color information

#3917AC (or 0x3917AC) is unknown color: approx Blue Gem. HEX triplet: 39, 17 and AC. RGB value is (57,23,172). Sum of RGB (Red+Green+Blue) = 57+23+172=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #3917AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3917AC is #C6E853. Grayscale: #313131. Windows color (decimal): -13035604 or 11278137. OLE color: 11278137.

HSL color Cylindrical-coordinate representation of color #3917AC: hue angle of 253.69º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3917AC is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5723172-
CMYK0.670.8700.33
HSL253.69º76.41%38.24%-
HSV(B)253.69º86.63%67.45%-
XYZ9.444.4639.39-
YUV50.15196.76132.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.62%
GREEN value IS 23 (9.38% from 255) = 9.13%
BLUE value IS 172 (67.58% from 255) = 68.25%
R=22.62%
G=9.13%
B=68.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal57231720.670.8700.33253.6976.4138.24
Hex3917AC4357021fe4c26
Octal712725410312704137611446
Binary1110011011110101100100001110101110100001111111101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3917AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3917AC; }

 p { color: rgb(57,23,172); }

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

<style>
 a { background-color: #3917AC; }

 a { background-color: rgb(57,23,172); }

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

<style>
 span { border-color: #3917AC; }

 span { border-color: rgb(57,23,172); }

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