Html Css Color HEX #3A17AB Blue Gem

📋 copy color: '#3A17AB'

red 58 ◦ green 23 ◦ blue 171

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

Shades of Blue Gem #3A17AB

Tints of Blue Gem #3A17AB

RGB

 RED value IS 58 (23.05% from 255) = 23.02%

 GREEN value IS 23 (9.38% from 255) = 9.13%

 BLUE value IS 171 (67.19% from 255) = 67.86%

R = 23.02%
G = 9.13%
B = 67.86%

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

#3A17AB (or 0x3A17AB) is known color: Blue Gem. HEX triplet: 3A, 17 and AB. RGB value is (58,23,171). Sum of RGB (Red+Green+Blue) = 58+23+171=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A17AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A17AB is #C5E854. Grayscale: #313131. Windows color (decimal): -12970069 or 11212602. OLE color: 11212602.

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

Color convert

RGB 58 23 171 -
CMYK 0.66 0.87 0 0.33
HSL 254.19º 0.76% 0.38% -
HSV(B) 254.19º 0.87% 0.67% -
XYZ 9.4 4.45 38.89 -
YUV 50.34 196.1 133.47 -
System Red Green Blue C M Y K H S L
Decimal 58 23 171 0.66 0.87 0 0.33 254.19 0.76 0.38
Hex 3A 17 AB 42 57 0 21 FE 4C 26
Octal 72 27 253 102 127 0 41 376 114 46
Binary 111010 10111 10101011 1000010 1010111 0 100001 11111110 1001100 100110

Color Harmonies of #3A17AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A17AB

Black with #3A17AB

Text Example


Text Example

White with #3A17AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A17AB;
 }
 .AnyTagClassName
 {
   color: #3A17AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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