#3B1D9F

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

Shades of Blue Gem #3B1D9F

Tints of Blue Gem #3B1D9F

Color information

#3B1D9F (or 0x3B1D9F) is unknown color: approx Blue Gem. HEX triplet: 3B, 1D and 9F. RGB value is (59,29,159). Sum of RGB (Red+Green+Blue) = 59+29+159=247 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.89% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 159 (62.5% from 255 or 64.37% from 247); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B1D9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B1D9F is #C4E260. Grayscale: #343434. Windows color (decimal): -12903009 or 10427707. OLE color: 10427707.

HSL color Cylindrical-coordinate representation of color #3B1D9F: hue angle of 253.85º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B1D9F is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5929159-
CMYK0.630.8200.38
HSL253.85º69.15%36.86%-
HSV(B)253.85º81.76%62.35%-
XYZ8.54.3133.19-
YUV52.79187.94132.43-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.89%
GREEN value IS 29 (11.72% from 255) = 11.74%
BLUE value IS 159 (62.5% from 255) = 64.37%
R=23.89%
G=11.74%
B=64.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal59291590.630.8200.38253.8569.1536.86
Hex3B1D9F3F52026fe4525
Octal73352377712204637610545
Binary111011111011001111111111110100100100110111111101000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,29,159); }

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

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

 a { background-color: rgb(59,29,159); }

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

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

 span { border-color: rgb(59,29,159); }

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