#3F2993

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

Shades of Blue Gem #3F2993

Tints of Blue Gem #3F2993

Color information

#3F2993 (or 0x3F2993) is unknown color: approx Blue Gem. HEX triplet: 3F, 29 and 93. RGB value is (63,41,147). Sum of RGB (Red+Green+Blue) = 63+41+147=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F2993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2993 is #C0D66C. Grayscale: #3B3B3B. Windows color (decimal): -12637805 or 9644351. OLE color: 9644351.

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

Color convert

RGB6341147-
CMYK0.570.7200.42
HSL252.45º56.38%36.86%-
HSV(B)252.45º72.11%57.65%-
XYZ8.114.7528.09-
YUV59.66177.29130.38-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.10%
GREEN value IS 41 (16.41% from 255) = 16.33%
BLUE value IS 147 (57.81% from 255) = 58.57%
R=25.10%
G=16.33%
B=58.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63411470.570.7200.42252.4556.3836.86
Hex3F2993394802Afc3825
Octal7751223711100523747045
Binary111111101001100100111110011001000010101011111100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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