Html Css Color HEX #3E288D Blue Gem

📋 copy color: '#3E288D'

red 62 ◦ green 40 ◦ blue 141

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

Shades of Blue Gem #3E288D

Tints of Blue Gem #3E288D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 58.02%

R = 25.51%
G = 16.46%
B = 58.02%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3E288D (or 0x3E288D) is known color: Blue Gem. HEX triplet: 3E, 28 and 8D. RGB value is (62,40,141). Sum of RGB (Red+Green+Blue) = 62+40+141=243 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.51% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 141 (55.47% from 255 or 58.02% from 243); Max value from RGB is 141 - color contains mainly: blue. Hex color #3E288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E288D is #C1D772. Grayscale: #393939. Windows color (decimal): -12703603 or 9250878. OLE color: 9250878.

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

Color convert

RGB 62 40 141 -
CMYK 0.56 0.72 0 0.45
HSL 253.07º 0.56% 0.35% -
HSV(B) 253.07º 0.72% 0.55% -
XYZ 7.55 4.46 25.66 -
YUV 58.09 174.79 130.79 -
System Red Green Blue C M Y K H S L
Decimal 62 40 141 0.56 0.72 0 0.45 253.07 0.56 0.35
Hex 3E 28 8D 38 48 0 2D FD 38 23
Octal 76 50 215 70 110 0 55 375 70 43
Binary 111110 101000 10001101 111000 1001000 0 101101 11111101 111000 100011

Color Harmonies of #3E288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E288D

Black with #3E288D

Text Example


Text Example

White with #3E288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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