Html Css Color HEX #3E259E Blue Gem

📋 copy color: '#3E259E'

red 62 ◦ green 37 ◦ blue 158

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

Shades of Blue Gem #3E259E

Tints of Blue Gem #3E259E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.4%

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

R = 24.12%
G = 14.4%
B = 61.48%

CMYK

 C value IS 0.61

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3E259E (or 0x3E259E) is known color: Blue Gem. HEX triplet: 3E, 25 and 9E. RGB value is (62,37,158). Sum of RGB (Red+Green+Blue) = 62+37+158=257 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.12% from 257); Green value is 37 (14.84% from 255 or 14.40% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E259E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E259E is #C1DA61. Grayscale: #393939. Windows color (decimal): -12704354 or 10364222. OLE color: 10364222.

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

Color convert

RGB 62 37 158 -
CMYK 0.61 0.77 0 0.38
HSL 252.4º 0.62% 0.38% -
HSV(B) 252.4º 0.77% 0.62% -
XYZ 8.82 4.82 32.81 -
YUV 58.27 184.28 130.66 -
System Red Green Blue C M Y K H S L
Decimal 62 37 158 0.61 0.77 0 0.38 252.4 0.62 0.38
Hex 3E 25 9E 3D 4D 0 26 FC 3E 26
Octal 76 45 236 75 115 0 46 374 76 46
Binary 111110 100101 10011110 111101 1001101 0 100110 11111100 111110 100110

Color Harmonies of #3E259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E259E

Black with #3E259E

Text Example


Text Example

White with #3E259E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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