#3E289F

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

Shades of Blue Gem #3E289F

Tints of Blue Gem #3E289F

Color information

#3E289F (or 0x3E289F) is unknown color: approx Blue Gem. HEX triplet: 3E, 28 and 9F. RGB value is (62,40,159). Sum of RGB (Red+Green+Blue) = 62+40+159=261 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.75% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 159 (62.5% from 255 or 60.92% from 261); Max value from RGB is 159 - color contains mainly: blue. Hex color #3E289F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E289F is #C1D760. Grayscale: #3B3B3B. Windows color (decimal): -12703585 or 10430526. OLE color: 10430526.

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

Color convert

RGB6240159-
CMYK0.610.7500.38
HSL251.09º59.8%39.02%-
HSV(B)251.09º74.84%62.35%-
XYZ95.0433.3-
YUV60.14183.79129.32-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.75%
GREEN value IS 40 (16.02% from 255) = 15.33%
BLUE value IS 159 (62.5% from 255) = 60.92%
R=23.75%
G=15.33%
B=60.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal62401590.610.7500.38251.0959.839.02
Hex3E289F3D4B026fb3c27
Octal7650237751130463737447
Binary111110101000100111111111011001011010011011111011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E289F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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