Html Css Color HEX #3A23AC Blue Gem

📋 copy color: '#3A23AC'

red 58 ◦ green 35 ◦ blue 172

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

Shades of Blue Gem #3A23AC

Tints of Blue Gem #3A23AC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.21%

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

R = 21.89%
G = 13.21%
B = 64.91%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3A23AC (or 0x3A23AC) is known color: Blue Gem. HEX triplet: 3A, 23 and AC. RGB value is (58,35,172). Sum of RGB (Red+Green+Blue) = 58+35+172=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A23AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A23AC is #C5DC53. Grayscale: #383838. Windows color (decimal): -12966996 or 11281210. OLE color: 11281210.

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

Color convert

RGB 58 35 172 -
CMYK 0.66 0.80 0 0.33
HSL 250.07º 0.66% 0.41% -
HSV(B) 250.07º 0.8% 0.67% -
XYZ 9.79 5.08 39.49 -
YUV 57.5 192.62 128.36 -
System Red Green Blue C M Y K H S L
Decimal 58 35 172 0.66 0.80 0 0.33 250.07 0.66 0.41
Hex 3A 23 AC 42 50 0 21 FA 42 29
Octal 72 43 254 102 120 0 41 372 102 51
Binary 111010 100011 10101100 1000010 1010000 0 100001 11111010 1000010 101001

Color Harmonies of #3A23AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A23AC

Black with #3A23AC

Text Example


Text Example

White with #3A23AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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