#3F2893

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

Shades of Blue Gem #3F2893

Tints of Blue Gem #3F2893

Color information

#3F2893 (or 0x3F2893) is unknown color: approx Blue Gem. HEX triplet: 3F, 28 and 93. RGB value is (63,40,147). Sum of RGB (Red+Green+Blue) = 63+40+147=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 147 (57.81% from 255 or 58.8% from 250); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F2893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2893 is #C0D76C. Grayscale: #3A3A3A. Windows color (decimal): -12638061 or 9644095. OLE color: 9644095.

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

Color convert

RGB6340147-
CMYK0.570.7300.42
HSL252.9º57.22%36.67%-
HSV(B)252.9º72.79%57.65%-
XYZ8.084.6828.08-
YUV59.07177.62130.8-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.2%
GREEN value IS 40 (16.02% from 255) = 16%
BLUE value IS 147 (57.81% from 255) = 58.8%
R=25.2%
G=16%
B=58.8%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63401470.570.7300.42252.957.2236.67
Hex3F2893394902Afd3925
Octal7750223711110523757145
Binary111111101000100100111110011001001010101011111101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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