Html Css Color HEX #3E359E Blue Gem

📋 copy color: '#3E359E'

red 62 ◦ green 53 ◦ blue 158

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

Shades of Blue Gem #3E359E

Tints of Blue Gem #3E359E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.41%

 BLUE value IS 158 (62.11% from 255) = 57.88%

R = 22.71%
G = 19.41%
B = 57.88%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3E359E (or 0x3E359E) is known color: Blue Gem. HEX triplet: 3E, 35 and 9E. RGB value is (62,53,158). Sum of RGB (Red+Green+Blue) = 62+53+158=273 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.71% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E359E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E359E is #C1CA61. Grayscale: #434343. Windows color (decimal): -12700258 or 10368318. OLE color: 10368318.

HSL color Cylindrical-coordinate representation of color #3E359E: hue angle of 245.14º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E359E is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 62 53 158 -
CMYK 0.61 0.66 0 0.38
HSL 245.14º 0.5% 0.41% -
HSV(B) 245.14º 0.66% 0.62% -
XYZ 9.43 6.04 33.02 -
YUV 67.66 178.98 123.96 -
System Red Green Blue C M Y K H S L
Decimal 62 53 158 0.61 0.66 0 0.38 245.14 0.5 0.41
Hex 3E 35 9E 3D 42 0 26 F5 32 29
Octal 76 65 236 75 102 0 46 365 62 51
Binary 111110 110101 10011110 111101 1000010 0 100110 11110101 110010 101001

Color Harmonies of #3E359E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E359E

Black with #3E359E

Text Example


Text Example

White with #3E359E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,53,158); }

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

background-color css

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

 a { background-color: rgb(62,53,158); }

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

border-color css

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

 span { border-color: rgb(62,53,158); }

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