#3f379f

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

Shades of Blue Gem #3F379F

Tints of Blue Gem #3F379F

Color information

#3F379F (or 0x3F379F) is unknown color: approx Blue Gem. HEX triplet: 3F, 37 and 9F. RGB value is (63,55,159). Sum of RGB (Red+Green+Blue) = 63+55+159=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F379F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F379F is #C0C860. Grayscale: #444444. Windows color (decimal): -12634209 or 10434367. OLE color: 10434367.

HSL color Cylindrical-coordinate representation of color #3F379F: hue angle of 244.62º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F379F is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6355159-
CMYK0.600.6500.38
HSL244.62º48.6%41.96%-
HSV(B)244.62º65.41%62.35%-
XYZ9.676.2933.51-
YUV69.25178.65123.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.74%
GREEN value IS 55 (21.88% from 255) = 19.86%
BLUE value IS 159 (62.5% from 255) = 57.40%
R=22.74%
G=19.86%
B=57.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63551590.600.6500.38244.6248.641.96
Hex3F379F3C41026f5312a
Octal7767237741010463656152
Binary111111110111100111111111001000001010011011110101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f379f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,55,159); }

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

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

 a { background-color: rgb(63,55,159); }

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

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

 span { border-color: rgb(63,55,159); }

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