Html Css Color HEX #3E24AA Blue Gem

📋 copy color: '#3E24AA'

red 62 ◦ green 36 ◦ blue 170

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

Shades of Blue Gem #3E24AA

Tints of Blue Gem #3E24AA

RGB

 RED value IS 62 (24.61% from 255) = 23.13%

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

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

R = 23.13%
G = 13.43%
B = 63.43%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3E24AA (or 0x3E24AA) is known color: Blue Gem. HEX triplet: 3E, 24 and AA. RGB value is (62,36,170). Sum of RGB (Red+Green+Blue) = 62+36+170=268 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.13% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E24AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E24AA is #C1DB55. Grayscale: #3A3A3A. Windows color (decimal): -12704598 or 11150398. OLE color: 11150398.

HSL color Cylindrical-coordinate representation of color #3E24AA: hue angle of 251.64º 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 #3E24AA is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 62 36 170 -
CMYK 0.64 0.79 0 0.33
HSL 251.64º 0.65% 0.4% -
HSV(B) 251.64º 0.79% 0.67% -
XYZ 9.87 5.19 38.51 -
YUV 59.05 190.61 130.1 -
System Red Green Blue C M Y K H S L
Decimal 62 36 170 0.64 0.79 0 0.33 251.64 0.65 0.4
Hex 3E 24 AA 40 4F 0 21 FC 41 28
Octal 76 44 252 100 117 0 41 374 101 50
Binary 111110 100100 10101010 1000000 1001111 0 100001 11111100 1000001 101000

Color Harmonies of #3E24AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E24AA

Black with #3E24AA

Text Example


Text Example

White with #3E24AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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