#3F389F

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

Shades of Blue Gem #3F389F

Tints of Blue Gem #3F389F

Color information

#3F389F (or 0x3F389F) is unknown color: approx Blue Gem. HEX triplet: 3F, 38 and 9F. RGB value is (63,56,159). Sum of RGB (Red+Green+Blue) = 63+56+159=278 (36% of max value = 765). Red value is 63 (25% from 255 or 22.66% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 159 (62.5% from 255 or 57.19% from 278); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F389F is #C0C760. Grayscale: #454545. Windows color (decimal): -12633953 or 10434623. OLE color: 10434623.

HSL color Cylindrical-coordinate representation of color #3F389F: hue angle of 244.08º degrees, saturation: 0.48, 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 #3F389F is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6356159-
CMYK0.600.6500.38
HSL244.08º47.91%42.16%-
HSV(B)244.08º64.78%62.35%-
XYZ9.726.3933.52-
YUV69.84178.32123.12-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.66%
GREEN value IS 56 (22.27% from 255) = 20.14%
BLUE value IS 159 (62.5% from 255) = 57.19%
R=22.66%
G=20.14%
B=57.19%

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
Decimal63561590.600.6500.38244.0847.9142.16
Hex3F389F3C41026f4302a
Octal7770237741010463646052
Binary111111111000100111111111001000001010011011110100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F389F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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