#3F2397

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

Shades of Blue Gem #3F2397

Tints of Blue Gem #3F2397

Color information

#3F2397 (or 0x3F2397) is unknown color: approx Blue Gem. HEX triplet: 3F, 23 and 97. RGB value is (63,35,151). Sum of RGB (Red+Green+Blue) = 63+35+151=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 35 (14.06% from 255 or 14.06% from 249); Blue value is 151 (59.38% from 255 or 60.64% from 249); Max value from RGB is 151 - color contains mainly: blue. Hex color #3F2397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2397 is #C0DC68. Grayscale: #383838. Windows color (decimal): -12639337 or 9904959. OLE color: 9904959.

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

Color convert

RGB6335151-
CMYK0.580.7700.41
HSL254.48º62.37%36.47%-
HSV(B)254.48º76.82%59.22%-
XYZ8.244.4929.71-
YUV56.6181.28132.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.30%
GREEN value IS 35 (14.06% from 255) = 14.06%
BLUE value IS 151 (59.38% from 255) = 60.64%
R=25.30%
G=14.06%
B=60.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal63351510.580.7700.41254.4862.3736.47
Hex3F23973A4D029fe3e24
Octal7743227721150513767644
Binary111111100011100101111110101001101010100111111110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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