#3F2991

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

Shades of Blue Gem #3F2991

Tints of Blue Gem #3F2991

Color information

#3F2991 (or 0x3F2991) is unknown color: approx Blue Gem. HEX triplet: 3F, 29 and 91. RGB value is (63,41,145). Sum of RGB (Red+Green+Blue) = 63+41+145=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 41 (16.41% from 255 or 16.47% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #3F2991 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2991 is #C0D66E. Grayscale: #3B3B3B. Windows color (decimal): -12637807 or 9513279. OLE color: 9513279.

HSL color Cylindrical-coordinate representation of color #3F2991: hue angle of 252.69º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F2991 is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6341145-
CMYK0.570.7200.43
HSL252.69º55.91%36.47%-
HSV(B)252.69º71.72%56.86%-
XYZ7.954.6927.27-
YUV59.43176.29130.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.30%
GREEN value IS 41 (16.41% from 255) = 16.47%
BLUE value IS 145 (57.03% from 255) = 58.23%
R=25.30%
G=16.47%
B=58.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal63411450.570.7200.43252.6955.9136.47
Hex3F2991394802Bfd3824
Octal7751221711100533757044
Binary111111101001100100011110011001000010101111111101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,41,145); }

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

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

 a { background-color: rgb(63,41,145); }

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

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

 span { border-color: rgb(63,41,145); }

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