#3E2692

Color #3E2692 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #3E2692

Tints of Blue Gem #3E2692

Color information

#3E2692 (or 0x3E2692) is unknown color: approx Blue Gem. HEX triplet: 3E, 26 and 92. RGB value is (62,38,146). Sum of RGB (Red+Green+Blue) = 62+38+146=246 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.20% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #3E2692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2692 is #C1D96D. Grayscale: #393939. Windows color (decimal): -12704110 or 9578046. OLE color: 9578046.

HSL color Cylindrical-coordinate representation of color #3E2692: hue angle of 253.33º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E2692 is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6238146-
CMYK0.580.7400.43
HSL253.33º58.7%36.08%-
HSV(B)253.33º73.97%57.25%-
XYZ7.874.4927.65-
YUV57.49177.95131.22-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.20%
GREEN value IS 38 (15.23% from 255) = 15.45%
BLUE value IS 146 (57.42% from 255) = 59.35%
R=25.20%
G=15.45%
B=59.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal62381460.580.7400.43253.3358.736.08
Hex3E26923A4A02Bfd3b24
Octal7646222721120533757344
Binary111110100110100100101110101001010010101111111101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,38,146); }

 H1.HeaderClassName
 {
   color: #3E2692;
 }
 .AnyTagClassName
 {
   color: #3E2692;
 }
</style>
background-color css

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

 a { background-color: rgb(62,38,146); }

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

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

 span { border-color: rgb(62,38,146); }

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