Html Css Color HEX #3E22A0 Blue Gem

📋 copy color: '#3E22A0'

red 62 ◦ green 34 ◦ blue 160

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

Shades of Blue Gem #3E22A0

Tints of Blue Gem #3E22A0

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.28%

 BLUE value IS 160 (62.89% from 255) = 62.5%

R = 24.22%
G = 13.28%
B = 62.5%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#3E22A0 (or 0x3E22A0) is known color: Blue Gem. HEX triplet: 3E, 22 and A0. RGB value is (62,34,160). Sum of RGB (Red+Green+Blue) = 62+34+160=256 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.22% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 160 (62.89% from 255 or 62.5% from 256); Max value from RGB is 160 - color contains mainly: blue. Hex color #3E22A0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E22A0 is #C1DD5F. Grayscale: #383838. Windows color (decimal): -12705120 or 10494526. OLE color: 10494526.

HSL color Cylindrical-coordinate representation of color #3E22A0: hue angle of 253.33º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E22A0 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 62 34 160 -
CMYK 0.61 0.79 0 0.37
HSL 253.33º 0.65% 0.38% -
HSV(B) 253.33º 0.79% 0.63% -
XYZ 8.9 4.71 33.7 -
YUV 56.74 186.28 131.75 -
System Red Green Blue C M Y K H S L
Decimal 62 34 160 0.61 0.79 0 0.37 253.33 0.65 0.38
Hex 3E 22 A0 3D 4F 0 25 FD 41 26
Octal 76 42 240 75 117 0 45 375 101 46
Binary 111110 100010 10100000 111101 1001111 0 100101 11111101 1000001 100110

Color Harmonies of #3E22A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E22A0

Black with #3E22A0

Text Example


Text Example

White with #3E22A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,34,160); }

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

background-color css

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

 a { background-color: rgb(62,34,160); }

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

border-color css

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

 span { border-color: rgb(62,34,160); }

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