Html Css Color HEX #3A32A9 Blue Gem

📋 copy color: '#3A32A9'

red 58 ◦ green 50 ◦ blue 169

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

Shades of Blue Gem #3A32A9

Tints of Blue Gem #3A32A9

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.05%

 BLUE value IS 169 (66.41% from 255) = 61.01%

R = 20.94%
G = 18.05%
B = 61.01%

CMYK

 C value IS 0.66

 M value IS 0.70

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#3A32A9 (or 0x3A32A9) is known color: Blue Gem. HEX triplet: 3A, 32 and A9. RGB value is (58,50,169). Sum of RGB (Red+Green+Blue) = 58+50+169=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 169 (66.41% from 255 or 61.01% from 277); Max value from RGB is 169 - color contains mainly: blue. Hex color #3A32A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A32A9 is #C5CD56. Grayscale: #414141. Windows color (decimal): -12963159 or 11088442. OLE color: 11088442.

HSL color Cylindrical-coordinate representation of color #3A32A9: hue angle of 244.03º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A32A9 is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 58 50 169 -
CMYK 0.66 0.70 0 0.34
HSL 244.03º 0.54% 0.43% -
HSV(B) 244.03º 0.7% 0.66% -
XYZ 10.05 6.05 38.17 -
YUV 65.96 186.15 122.32 -
System Red Green Blue C M Y K H S L
Decimal 58 50 169 0.66 0.70 0 0.34 244.03 0.54 0.43
Hex 3A 32 A9 42 46 0 22 F4 36 2B
Octal 72 62 251 102 106 0 42 364 66 53
Binary 111010 110010 10101001 1000010 1000110 0 100010 11110100 110110 101011

Color Harmonies of #3A32A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A32A9

Black with #3A32A9

Text Example


Text Example

White with #3A32A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,50,169); }

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

background-color css

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

 a { background-color: rgb(58,50,169); }

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

border-color css

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

 span { border-color: rgb(58,50,169); }

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