#3F2392

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

Shades of Blue Gem #3F2392

Tints of Blue Gem #3F2392

Color information

#3F2392 (or 0x3F2392) is unknown color: approx Blue Gem. HEX triplet: 3F, 23 and 92. RGB value is (63,35,146). Sum of RGB (Red+Green+Blue) = 63+35+146=244 (32% of max value = 765). Red value is 63 (25% from 255 or 25.82% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #3F2392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2392 is #C0DC6D. Grayscale: #373737. Windows color (decimal): -12639342 or 9577279. OLE color: 9577279.

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

Color convert

RGB6335146-
CMYK0.570.7600.43
HSL255.14º61.33%35.49%-
HSV(B)255.14º76.03%57.25%-
XYZ7.844.3327.62-
YUV56.03178.78132.97-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.82%
GREEN value IS 35 (14.06% from 255) = 14.34%
BLUE value IS 146 (57.42% from 255) = 59.84%
R=25.82%
G=14.34%
B=59.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal63351460.570.7600.43255.1461.3335.49
Hex3F2392394C02Bff3d23
Octal7743222711140533777543
Binary111111100011100100101110011001100010101111111111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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