#3A17AC

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

Shades of Blue Gem #3A17AC

Tints of Blue Gem #3A17AC

Color information

#3A17AC (or 0x3A17AC) is unknown color: approx Blue Gem. HEX triplet: 3A, 17 and AC. RGB value is (58,23,172). Sum of RGB (Red+Green+Blue) = 58+23+172=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 172 (67.58% from 255 or 67.98% from 253); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A17AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A17AC is #C5E853. Grayscale: #313131. Windows color (decimal): -12970068 or 11278138. OLE color: 11278138.

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

Color convert

RGB5823172-
CMYK0.660.8700.33
HSL254.09º76.41%38.24%-
HSV(B)254.09º86.63%67.45%-
XYZ9.54.4939.4-
YUV50.45196.6133.38-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.92%
GREEN value IS 23 (9.38% from 255) = 9.09%
BLUE value IS 172 (67.58% from 255) = 67.98%
R=22.92%
G=9.09%
B=67.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58231720.660.8700.33254.0976.4138.24
Hex3A17AC4257021fe4c26
Octal722725410212704137611446
Binary1110101011110101100100001010101110100001111111101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A17AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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