Html Css Color HEX #4020AE Blue Gem

📋 copy color: '#4020AE'

red 64 ◦ green 32 ◦ blue 174

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

Shades of Blue Gem #4020AE

Tints of Blue Gem #4020AE

RGB

 RED value IS 64 (25.39% from 255) = 23.7%

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

 BLUE value IS 174 (68.36% from 255) = 64.44%

R = 23.7%
G = 11.85%
B = 64.44%

CMYK

 C value IS 0.63

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4020AE (or 0x4020AE) is known color: Blue Gem. HEX triplet: 40, 20 and AE. RGB value is (64,32,174). Sum of RGB (Red+Green+Blue) = 64+32+174=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 174 (68.36% from 255 or 64.44% from 270); Max value from RGB is 174 - color contains mainly: blue. Hex color #4020AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4020AE is #BFDF51. Grayscale: #393939. Windows color (decimal): -12574546 or 11411520. OLE color: 11411520.

HSL color Cylindrical-coordinate representation of color #4020AE: hue angle of 253.52º 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 #4020AE is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 32 174 -
CMYK 0.63 0.82 0 0.32
HSL 253.52º 0.69% 0.4% -
HSV(B) 253.52º 0.82% 0.68% -
XYZ 10.27 5.18 40.5 -
YUV 57.76 193.6 132.45 -
System Red Green Blue C M Y K H S L
Decimal 64 32 174 0.63 0.82 0 0.32 253.52 0.69 0.4
Hex 40 20 AE 3F 52 0 20 FE 45 28
Octal 100 40 256 77 122 0 40 376 105 50
Binary 1000000 100000 10101110 111111 1010010 0 100000 11111110 1000101 101000

Color Harmonies of #4020AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4020AE

Black with #4020AE

Text Example


Text Example

White with #4020AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4020AE; }

 p { color: rgb(64,32,174); }

 H1.HeaderClassName
 {
   color: #4020AE;
 }
 .AnyTagClassName
 {
   color: #4020AE;
 }
</style>

background-color css

<style>
 a { background-color: #4020AE; }

 a { background-color: rgb(64,32,174); }

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

border-color css

<style>
 span { border-color: #4020AE; }

 span { border-color: rgb(64,32,174); }

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