Html Css Color HEX #3A25AB Blue Gem

📋 copy color: '#3A25AB'

red 58 ◦ green 37 ◦ blue 171

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

Shades of Blue Gem #3A25AB

Tints of Blue Gem #3A25AB

RGB

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

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

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

R = 21.8%
G = 13.91%
B = 64.29%

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

#3A25AB (or 0x3A25AB) is known color: Blue Gem. HEX triplet: 3A, 25 and AB. RGB value is (58,37,171). Sum of RGB (Red+Green+Blue) = 58+37+171=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 171 (67.19% from 255 or 64.29% from 266); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A25AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A25AB is #C5DA54. Grayscale: #3A3A3A. Windows color (decimal): -12966485 or 11216186. OLE color: 11216186.

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

Color convert

RGB 58 37 171 -
CMYK 0.66 0.78 0 0.33
HSL 249.4º 0.64% 0.41% -
HSV(B) 249.4º 0.78% 0.67% -
XYZ 9.76 5.16 39.01 -
YUV 58.56 191.46 127.6 -
System Red Green Blue C M Y K H S L
Decimal 58 37 171 0.66 0.78 0 0.33 249.4 0.64 0.41
Hex 3A 25 AB 42 4E 0 21 F9 40 29
Octal 72 45 253 102 116 0 41 371 100 51
Binary 111010 100101 10101011 1000010 1001110 0 100001 11111001 1000000 101001

Color Harmonies of #3A25AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A25AB

Black with #3A25AB

Text Example


Text Example

White with #3A25AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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