Html Css Color HEX #3E288E Blue Gem

📋 copy color: '#3E288E'

red 62 ◦ green 40 ◦ blue 142

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

Shades of Blue Gem #3E288E

Tints of Blue Gem #3E288E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.39%

 BLUE value IS 142 (55.86% from 255) = 58.2%

R = 25.41%
G = 16.39%
B = 58.2%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3E288E (or 0x3E288E) is known color: Blue Gem. HEX triplet: 3E, 28 and 8E. RGB value is (62,40,142). Sum of RGB (Red+Green+Blue) = 62+40+142=244 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.41% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 142 (55.86% from 255 or 58.20% from 244); Max value from RGB is 142 - color contains mainly: blue. Hex color #3E288E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E288E is #C1D771. Grayscale: #393939. Windows color (decimal): -12703602 or 9316414. OLE color: 9316414.

HSL color Cylindrical-coordinate representation of color #3E288E: hue angle of 252.94º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E288E is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 62 40 142 -
CMYK 0.56 0.72 0 0.44
HSL 252.94º 0.56% 0.36% -
HSV(B) 252.94º 0.72% 0.56% -
XYZ 7.63 4.49 26.06 -
YUV 58.21 175.29 130.71 -
System Red Green Blue C M Y K H S L
Decimal 62 40 142 0.56 0.72 0 0.44 252.94 0.56 0.36
Hex 3E 28 8E 38 48 0 2C FD 38 24
Octal 76 50 216 70 110 0 54 375 70 44
Binary 111110 101000 10001110 111000 1001000 0 101100 11111101 111000 100100

Color Harmonies of #3E288E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E288E

Black with #3E288E

Text Example


Text Example

White with #3E288E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,40,142); }

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

background-color css

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

 a { background-color: rgb(62,40,142); }

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

border-color css

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

 span { border-color: rgb(62,40,142); }

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