#3E3097

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

Shades of Blue Gem #3E3097

Tints of Blue Gem #3E3097

Color information

#3E3097 (or 0x3E3097) is unknown color: approx Blue Gem. HEX triplet: 3E, 30 and 97. RGB value is (62,48,151). Sum of RGB (Red+Green+Blue) = 62+48+151=261 (34% of max value = 765). Red value is 62 (24.61% from 255 or 23.75% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 151 (59.38% from 255 or 57.85% from 261); Max value from RGB is 151 - color contains mainly: blue. Hex color #3E3097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E3097 is #C1CF68. Grayscale: #3F3F3F. Windows color (decimal): -12701545 or 9908286. OLE color: 9908286.

HSL color Cylindrical-coordinate representation of color #3E3097: hue angle of 248.16º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E3097 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6248151-
CMYK0.590.6800.41
HSL248.16º51.76%39.02%-
HSV(B)248.16º68.21%59.22%-
XYZ8.635.3729.86-
YUV63.93177.14126.62-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.75%
GREEN value IS 48 (19.14% from 255) = 18.39%
BLUE value IS 151 (59.38% from 255) = 57.85%
R=23.75%
G=18.39%
B=57.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal62481510.590.6800.41248.1651.7639.02
Hex3E30973B44029f83427
Octal7660227731040513706447
Binary111110110000100101111110111000100010100111111000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,48,151); }

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

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

 a { background-color: rgb(62,48,151); }

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

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

 span { border-color: rgb(62,48,151); }

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