Html Css Color HEX #3A34AD Blue Gem

📋 copy color: '#3A34AD'

red 58 ◦ green 52 ◦ blue 173

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

Shades of Blue Gem #3A34AD

Tints of Blue Gem #3A34AD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.37%

 BLUE value IS 173 (67.97% from 255) = 61.13%

R = 20.49%
G = 18.37%
B = 61.13%

CMYK

 C value IS 0.66

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3A34AD (or 0x3A34AD) is known color: Blue Gem. HEX triplet: 3A, 34 and AD. RGB value is (58,52,173). Sum of RGB (Red+Green+Blue) = 58+52+173=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 173 (67.97% from 255 or 61.13% from 283); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A34AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A34AD is #C5CB52. Grayscale: #434343. Windows color (decimal): -12962643 or 11351098. OLE color: 11351098.

HSL color Cylindrical-coordinate representation of color #3A34AD: hue angle of 242.98º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A34AD is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 58 52 173 -
CMYK 0.66 0.70 0 0.32
HSL 242.98º 0.54% 0.44% -
HSV(B) 242.98º 0.7% 0.68% -
XYZ 10.52 6.37 40.21 -
YUV 67.59 187.49 121.16 -
System Red Green Blue C M Y K H S L
Decimal 58 52 173 0.66 0.70 0 0.32 242.98 0.54 0.44
Hex 3A 34 AD 42 46 0 20 F3 36 2C
Octal 72 64 255 102 106 0 40 363 66 54
Binary 111010 110100 10101101 1000010 1000110 0 100000 11110011 110110 101100

Color Harmonies of #3A34AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A34AD

Black with #3A34AD

Text Example


Text Example

White with #3A34AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,52,173); }

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

background-color css

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

 a { background-color: rgb(58,52,173); }

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

border-color css

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

 span { border-color: rgb(58,52,173); }

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