#3F2199

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

Shades of Blue Gem #3F2199

Tints of Blue Gem #3F2199

Color information

#3F2199 (or 0x3F2199) is unknown color: approx Blue Gem. HEX triplet: 3F, 21 and 99. RGB value is (63,33,153). Sum of RGB (Red+Green+Blue) = 63+33+153=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 33 (13.28% from 255 or 13.25% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F2199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2199 is #C0DE66. Grayscale: #373737. Windows color (decimal): -12639847 or 10035519. OLE color: 10035519.

HSL color Cylindrical-coordinate representation of color #3F2199: 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.78%. Process color model (Four color, CMYK) of #3F2199 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6333153-
CMYK0.590.7800.4
HSL255º64.52%36.47%-
HSV(B)255º78.43%60%-
XYZ8.344.4430.56-
YUV55.65182.94133.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.30%
GREEN value IS 33 (13.28% from 255) = 13.25%
BLUE value IS 153 (60.16% from 255) = 61.45%
R=25.30%
G=13.25%
B=61.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal63331530.590.7800.425564.5236.47
Hex3F21993B4E028ff4124
Octal77412317311605037710144
Binary1111111000011001100111101110011100101000111111111000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,33,153); }

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

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

 a { background-color: rgb(63,33,153); }

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

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

 span { border-color: rgb(63,33,153); }

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