Html Css Color HEX #4024AA Blue Gem

📋 copy color: '#4024AA'

red 64 ◦ green 36 ◦ blue 170

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

Shades of Blue Gem #4024AA

Tints of Blue Gem #4024AA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.33%

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

R = 23.7%
G = 13.33%
B = 62.96%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4024AA (or 0x4024AA) is known color: Blue Gem. HEX triplet: 40, 24 and AA. RGB value is (64,36,170). Sum of RGB (Red+Green+Blue) = 64+36+170=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #4024AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4024AA is #BFDB55. Grayscale: #3B3B3B. Windows color (decimal): -12573526 or 11150400. OLE color: 11150400.

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

Color convert

RGB 64 36 170 -
CMYK 0.62 0.79 0 0.33
HSL 252.54º 0.65% 0.4% -
HSV(B) 252.54º 0.79% 0.67% -
XYZ 10 5.25 38.52 -
YUV 59.65 190.28 131.1 -
System Red Green Blue C M Y K H S L
Decimal 64 36 170 0.62 0.79 0 0.33 252.54 0.65 0.4
Hex 40 24 AA 3E 4F 0 21 FD 41 28
Octal 100 44 252 76 117 0 41 375 101 50
Binary 1000000 100100 10101010 111110 1001111 0 100001 11111101 1000001 101000

Color Harmonies of #4024AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4024AA

Black with #4024AA

Text Example


Text Example

White with #4024AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,36,170); }

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

background-color css

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

 a { background-color: rgb(64,36,170); }

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

border-color css

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

 span { border-color: rgb(64,36,170); }

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