Html Css Color HEX #3E32A9 Blue Gem

📋 copy color: '#3E32A9'

red 62 ◦ green 50 ◦ blue 169

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

Shades of Blue Gem #3E32A9

Tints of Blue Gem #3E32A9

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.79%

 BLUE value IS 169 (66.41% from 255) = 60.14%

R = 22.06%
G = 17.79%
B = 60.14%

CMYK

 C value IS 0.63

 M value IS 0.70

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#3E32A9 (or 0x3E32A9) is known color: Blue Gem. HEX triplet: 3E, 32 and A9. RGB value is (62,50,169). Sum of RGB (Red+Green+Blue) = 62+50+169=281 (37% of max value = 765). Red value is 62 (24.61% from 255 or 22.06% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 169 (66.41% from 255 or 60.14% from 281); Max value from RGB is 169 - color contains mainly: blue. Hex color #3E32A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E32A9 is #C1CD56. Grayscale: #424242. Windows color (decimal): -12701015 or 11088446. OLE color: 11088446.

HSL color Cylindrical-coordinate representation of color #3E32A9: hue angle of 246.05º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3E32A9 is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 62 50 169 -
CMYK 0.63 0.70 0 0.34
HSL 246.05º 0.54% 0.43% -
HSV(B) 246.05º 0.7% 0.66% -
XYZ 10.29 6.17 38.18 -
YUV 67.15 185.48 124.32 -
System Red Green Blue C M Y K H S L
Decimal 62 50 169 0.63 0.70 0 0.34 246.05 0.54 0.43
Hex 3E 32 A9 3F 46 0 22 F6 36 2B
Octal 76 62 251 77 106 0 42 366 66 53
Binary 111110 110010 10101001 111111 1000110 0 100010 11110110 110110 101011

Color Harmonies of #3E32A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E32A9

Black with #3E32A9

Text Example


Text Example

White with #3E32A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,50,169); }

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

background-color css

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

 a { background-color: rgb(62,50,169); }

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

border-color css

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

 span { border-color: rgb(62,50,169); }

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