Html Css Color HEX #3620AD Blue Gem

📋 copy color: '#3620AD'

red 54 ◦ green 32 ◦ blue 173

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

Shades of Blue Gem #3620AD

Tints of Blue Gem #3620AD

RGB

 RED value IS 54 (21.48% from 255) = 20.85%

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

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

R = 20.85%
G = 12.36%
B = 66.8%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3620AD (or 0x3620AD) is known color: Blue Gem. HEX triplet: 36, 20 and AD. RGB value is (54,32,173). Sum of RGB (Red+Green+Blue) = 54+32+173=259 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.85% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 173 (67.97% from 255 or 66.80% from 259); Max value from RGB is 173 - color contains mainly: blue. Hex color #3620AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3620AD is #C9DF52. Grayscale: #363636. Windows color (decimal): -13229907 or 11345974. OLE color: 11345974.

HSL color Cylindrical-coordinate representation of color #3620AD: hue angle of 249.36º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3620AD is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 54 32 173 -
CMYK 0.69 0.82 0 0.32
HSL 249.36º 0.69% 0.4% -
HSV(B) 249.36º 0.82% 0.68% -
XYZ 9.58 4.83 39.96 -
YUV 54.65 194.79 127.54 -
System Red Green Blue C M Y K H S L
Decimal 54 32 173 0.69 0.82 0 0.32 249.36 0.69 0.4
Hex 36 20 AD 45 52 0 20 F9 45 28
Octal 66 40 255 105 122 0 40 371 105 50
Binary 110110 100000 10101101 1000101 1010010 0 100000 11111001 1000101 101000

Color Harmonies of #3620AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3620AD

Black with #3620AD

Text Example


Text Example

White with #3620AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3620AD; }

 p { color: rgb(54,32,173); }

 H1.HeaderClassName
 {
   color: #3620AD;
 }
 .AnyTagClassName
 {
   color: #3620AD;
 }
</style>

background-color css

<style>
 a { background-color: #3620AD; }

 a { background-color: rgb(54,32,173); }

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

border-color css

<style>
 span { border-color: #3620AD; }

 span { border-color: rgb(54,32,173); }

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