Html Css Color HEX #3A24AC Blue Gem

📋 copy color: '#3A24AC'

red 58 ◦ green 36 ◦ blue 172

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

Shades of Blue Gem #3A24AC

Tints of Blue Gem #3A24AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 64.66%

R = 21.8%
G = 13.53%
B = 64.66%

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

#3A24AC (or 0x3A24AC) is known color: Blue Gem. HEX triplet: 3A, 24 and AC. RGB value is (58,36,172). Sum of RGB (Red+Green+Blue) = 58+36+172=266 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.80% from 266); Green value is 36 (14.45% from 255 or 13.53% from 266); Blue value is 172 (67.58% from 255 or 64.66% from 266); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A24AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A24AC is #C5DB53. Grayscale: #393939. Windows color (decimal): -12966740 or 11281466. OLE color: 11281466.

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

Color convert

RGB 58 36 172 -
CMYK 0.66 0.79 0 0.33
HSL 249.71º 0.65% 0.41% -
HSV(B) 249.71º 0.79% 0.67% -
XYZ 9.82 5.14 39.5 -
YUV 58.08 192.29 127.94 -
System Red Green Blue C M Y K H S L
Decimal 58 36 172 0.66 0.79 0 0.33 249.71 0.65 0.41
Hex 3A 24 AC 42 4F 0 21 FA 41 29
Octal 72 44 254 102 117 0 41 372 101 51
Binary 111010 100100 10101100 1000010 1001111 0 100001 11111010 1000001 101001

Color Harmonies of #3A24AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A24AC

Black with #3A24AC

Text Example


Text Example

White with #3A24AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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