Html Css Color HEX #3E249E Blue Gem

📋 copy color: '#3E249E'

red 62 ◦ green 36 ◦ blue 158

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

Shades of Blue Gem #3E249E

Tints of Blue Gem #3E249E

RGB

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

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

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

R = 24.22%
G = 14.06%
B = 61.72%

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

#3E249E (or 0x3E249E) is known color: Blue Gem. HEX triplet: 3E, 24 and 9E. RGB value is (62,36,158). Sum of RGB (Red+Green+Blue) = 62+36+158=256 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.22% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E249E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E249E is #C1DB61. Grayscale: #393939. Windows color (decimal): -12704610 or 10363966. OLE color: 10363966.

HSL color Cylindrical-coordinate representation of color #3E249E: hue angle of 252.79º degrees, saturation: 0.63, 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 #3E249E is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 62 36 158 -
CMYK 0.61 0.77 0 0.38
HSL 252.79º 0.63% 0.38% -
HSV(B) 252.79º 0.77% 0.62% -
XYZ 8.79 4.75 32.8 -
YUV 57.68 184.61 131.08 -
System Red Green Blue C M Y K H S L
Decimal 62 36 158 0.61 0.77 0 0.38 252.79 0.63 0.38
Hex 3E 24 9E 3D 4D 0 26 FD 3F 26
Octal 76 44 236 75 115 0 46 375 77 46
Binary 111110 100100 10011110 111101 1001101 0 100110 11111101 111111 100110

Color Harmonies of #3E249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E249E

Black with #3E249E

Text Example


Text Example

White with #3E249E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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