#3E2098

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

Shades of Blue Gem #3E2098

Tints of Blue Gem #3E2098

Color information

#3E2098 (or 0x3E2098) is unknown color: approx Blue Gem. HEX triplet: 3E, 20 and 98. RGB value is (62,32,152). Sum of RGB (Red+Green+Blue) = 62+32+152=246 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.20% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 152 (59.77% from 255 or 61.79% from 246); Max value from RGB is 152 - color contains mainly: blue. Hex color #3E2098 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E2098 is #C1DF67. Grayscale: #363636. Windows color (decimal): -12705640 or 9969726. OLE color: 9969726.

HSL color Cylindrical-coordinate representation of color #3E2098: hue angle of 255º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3E2098 is Cyan = 0.59, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6232152-
CMYK0.590.7900.40
HSL255º65.22%36.08%-
HSV(B)255º78.95%59.61%-
XYZ8.174.3230.11-
YUV54.65182.94133.24-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 25.20%
GREEN value IS 32 (12.89% from 255) = 13.01%
BLUE value IS 152 (59.77% from 255) = 61.79%
R=25.20%
G=13.01%
B=61.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal62321520.590.7900.4025565.2236.08
Hex3E20983B4F028ff4124
Octal76402307311705037710144
Binary1111101000001001100011101110011110101000111111111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,32,152); }

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

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

 a { background-color: rgb(62,32,152); }

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

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

 span { border-color: rgb(62,32,152); }

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