Html Css Color HEX #3A25AA Blue Gem

📋 copy color: '#3A25AA'

red 58 ◦ green 37 ◦ blue 170

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

Shades of Blue Gem #3A25AA

Tints of Blue Gem #3A25AA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.96%

 BLUE value IS 170 (66.8% from 255) = 64.15%

R = 21.89%
G = 13.96%
B = 64.15%

CMYK

 C value IS 0.66

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A25AA (or 0x3A25AA) is known color: Blue Gem. HEX triplet: 3A, 25 and AA. RGB value is (58,37,170). Sum of RGB (Red+Green+Blue) = 58+37+170=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 170 (66.80% from 255 or 64.15% from 265); Max value from RGB is 170 - color contains mainly: blue. Hex color #3A25AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A25AA is #C5DA55. Grayscale: #393939. Windows color (decimal): -12966486 or 11150650. OLE color: 11150650.

HSL color Cylindrical-coordinate representation of color #3A25AA: hue angle of 249.47º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A25AA is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 37 170 -
CMYK 0.66 0.78 0 0.33
HSL 249.47º 0.64% 0.41% -
HSV(B) 249.47º 0.78% 0.67% -
XYZ 9.66 5.12 38.51 -
YUV 58.44 190.96 127.69 -
System Red Green Blue C M Y K H S L
Decimal 58 37 170 0.66 0.78 0 0.33 249.47 0.64 0.41
Hex 3A 25 AA 42 4E 0 21 F9 40 29
Octal 72 45 252 102 116 0 41 371 100 51
Binary 111010 100101 10101010 1000010 1001110 0 100001 11111001 1000000 101001

Color Harmonies of #3A25AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A25AA

Black with #3A25AA

Text Example


Text Example

White with #3A25AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,37,170); }

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

background-color css

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

 a { background-color: rgb(58,37,170); }

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

border-color css

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

 span { border-color: rgb(58,37,170); }

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