Html Css Color HEX #3A17AC Blue Gem

📋 copy color: '#3A17AC'

red 58 ◦ green 23 ◦ blue 172

#3A17AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #3A17AC

Tints of Blue Gem #3A17AC

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 value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A17AC (or 0x3A17AC) is known color: 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

RGB 58 23 172 -
CMYK 0.66 0.87 0 0.33
HSL 254.09º 0.76% 0.38% -
HSV(B) 254.09º 0.87% 0.67% -
XYZ 9.5 4.49 39.4 -
YUV 50.45 196.6 133.38 -
System Red Green Blue C M Y K H S L
Decimal 58 23 172 0.66 0.87 0 0.33 254.09 0.76 0.38
Hex 3A 17 AC 42 57 0 21 FE 4C 26
Octal 72 27 254 102 127 0 41 376 114 46
Binary 111010 10111 10101100 1000010 1010111 0 100001 11111110 1001100 100110

Color Harmonies of #3A17AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A17AC

Black with #3A17AC

Text Example


Text Example

White with #3A17AC

Text Example


Text Example

HTML Codes & Css Web 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>