#3F2996

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

Shades of Blue Gem #3F2996

Tints of Blue Gem #3F2996

Color information

#3F2996 (or 0x3F2996) is unknown color: approx Blue Gem. HEX triplet: 3F, 29 and 96. RGB value is (63,41,150). Sum of RGB (Red+Green+Blue) = 63+41+150=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 150 (58.98% from 255 or 59.06% from 254); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F2996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2996 is #C0D669. Grayscale: #3B3B3B. Windows color (decimal): -12637802 or 9840959. OLE color: 9840959.

HSL color Cylindrical-coordinate representation of color #3F2996: hue angle of 252.11º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F2996 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6341150-
CMYK0.580.7300.41
HSL252.11º57.07%37.45%-
HSV(B)252.11º72.67%58.82%-
XYZ8.354.8429.35-
YUV60178.79130.14-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.80%
GREEN value IS 41 (16.41% from 255) = 16.14%
BLUE value IS 150 (58.98% from 255) = 59.06%
R=24.80%
G=16.14%
B=59.06%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal63411500.580.7300.41252.1157.0737.45
Hex3F29963A49029fc3925
Octal7751226721110513747145
Binary111111101001100101101110101001001010100111111100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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