#3F3199

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

Shades of Blue Gem #3F3199

Tints of Blue Gem #3F3199

Color information

#3F3199 (or 0x3F3199) is unknown color: approx Blue Gem. HEX triplet: 3F, 31 and 99. RGB value is (63,49,153). Sum of RGB (Red+Green+Blue) = 63+49+153=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F3199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3199 is #C0CE66. Grayscale: #404040. Windows color (decimal): -12635751 or 10039615. OLE color: 10039615.

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

Color convert

RGB6349153-
CMYK0.590.6800.4
HSL248.08º51.49%39.61%-
HSV(B)248.08º67.97%60%-
XYZ8.95.5530.74-
YUV65.04177.64126.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.77%
GREEN value IS 49 (19.53% from 255) = 18.49%
BLUE value IS 153 (60.16% from 255) = 57.74%
R=23.77%
G=18.49%
B=57.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal63491530.590.6800.4248.0851.4939.61
Hex3F31993B44028f83328
Octal7761231731040503706350
Binary111111110001100110011110111000100010100011111000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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