Html Css Color HEX #3A24AB Blue Gem

📋 copy color: '#3A24AB'

red 58 ◦ green 36 ◦ blue 171

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

Shades of Blue Gem #3A24AB

Tints of Blue Gem #3A24AB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.58%

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

R = 21.89%
G = 13.58%
B = 64.53%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A24AB (or 0x3A24AB) is known color: Blue Gem. HEX triplet: 3A, 24 and AB. RGB value is (58,36,171). Sum of RGB (Red+Green+Blue) = 58+36+171=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A24AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A24AB is #C5DB54. Grayscale: #393939. Windows color (decimal): -12966741 or 11215930. OLE color: 11215930.

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

Color convert

RGB 58 36 171 -
CMYK 0.66 0.79 0 0.33
HSL 249.78º 0.65% 0.41% -
HSV(B) 249.78º 0.79% 0.67% -
XYZ 9.73 5.1 39 -
YUV 57.97 191.79 128.02 -
System Red Green Blue C M Y K H S L
Decimal 58 36 171 0.66 0.79 0 0.33 249.78 0.65 0.41
Hex 3A 24 AB 42 4F 0 21 FA 41 29
Octal 72 44 253 102 117 0 41 372 101 51
Binary 111010 100100 10101011 1000010 1001111 0 100001 11111010 1000001 101001

Color Harmonies of #3A24AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A24AB

Black with #3A24AB

Text Example


Text Example

White with #3A24AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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