#3F2393

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

Shades of Blue Gem #3F2393

Tints of Blue Gem #3F2393

Color information

#3F2393 (or 0x3F2393) is unknown color: approx Blue Gem. HEX triplet: 3F, 23 and 93. RGB value is (63,35,147). Sum of RGB (Red+Green+Blue) = 63+35+147=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F2393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2393 is #C0DC6C. Grayscale: #373737. Windows color (decimal): -12639341 or 9642815. OLE color: 9642815.

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

Color convert

RGB6335147-
CMYK0.570.7600.42
HSL255º61.54%35.69%-
HSV(B)255º76.19%57.65%-
XYZ7.924.3728.03-
YUV56.14179.28132.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.71%
GREEN value IS 35 (14.06% from 255) = 14.29%
BLUE value IS 147 (57.81% from 255) = 60%
R=25.71%
G=14.29%
B=60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal63351470.570.7600.4225561.5435.69
Hex3F2393394C02Aff3e24
Octal7743223711140523777644
Binary111111100011100100111110011001100010101011111111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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