Html Css Color HEX #3420AA Blue Gem

📋 copy color: '#3420AA'

red 52 ◦ green 32 ◦ blue 170

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

Shades of Blue Gem #3420AA

Tints of Blue Gem #3420AA

RGB

 RED value IS 52 (20.7% from 255) = 20.47%

 GREEN value IS 32 (12.89% from 255) = 12.6%

 BLUE value IS 170 (66.8% from 255) = 66.93%

R = 20.47%
G = 12.6%
B = 66.93%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3420AA (or 0x3420AA) is known color: Blue Gem. HEX triplet: 34, 20 and AA. RGB value is (52,32,170). Sum of RGB (Red+Green+Blue) = 52+32+170=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 170 (66.80% from 255 or 66.93% from 254); Max value from RGB is 170 - color contains mainly: blue. Hex color #3420AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3420AA is #CBDF55. Grayscale: #353535. Windows color (decimal): -13360982 or 11149364. OLE color: 11149364.

HSL color Cylindrical-coordinate representation of color #3420AA: hue angle of 248.7º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3420AA is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 32 170 -
CMYK 0.69 0.81 0 0.33
HSL 248.7º 0.68% 0.4% -
HSV(B) 248.7º 0.81% 0.67% -
XYZ 9.19 4.67 38.45 -
YUV 53.71 193.63 126.78 -
System Red Green Blue C M Y K H S L
Decimal 52 32 170 0.69 0.81 0 0.33 248.7 0.68 0.4
Hex 34 20 AA 45 51 0 21 F9 44 28
Octal 64 40 252 105 121 0 41 371 104 50
Binary 110100 100000 10101010 1000101 1010001 0 100001 11111001 1000100 101000

Color Harmonies of #3420AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3420AA

Black with #3420AA

Text Example


Text Example

White with #3420AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3420AA; }

 p { color: rgb(52,32,170); }

 H1.HeaderClassName
 {
   color: #3420AA;
 }
 .AnyTagClassName
 {
   color: #3420AA;
 }
</style>

background-color css

<style>
 a { background-color: #3420AA; }

 a { background-color: rgb(52,32,170); }

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

border-color css

<style>
 span { border-color: #3420AA; }

 span { border-color: rgb(52,32,170); }

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