#3b1faf

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

Shades of Blue Gem #3B1FAF

Tints of Blue Gem #3B1FAF

Color information

#3B1FAF (or 0x3B1FAF) is unknown color: approx Blue Gem. HEX triplet: 3B, 1F and AF. RGB value is (59,31,175). Sum of RGB (Red+Green+Blue) = 59+31+175=265 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.26% from 265); Green value is 31 (12.5% from 255 or 11.70% from 265); Blue value is 175 (68.75% from 255 or 66.04% from 265); Max value from RGB is 175 - color contains mainly: blue. Hex color #3B1FAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B1FAF is #C4E050. Grayscale: #373737. Windows color (decimal): -12902481 or 11476795. OLE color: 11476795.

HSL color Cylindrical-coordinate representation of color #3B1FAF: hue angle of 251.67º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B1FAF is Cyan = 0.66, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5931175-
CMYK0.660.8200.31
HSL251.67º69.9%40.39%-
HSV(B)251.67º82.29%68.63%-
XYZ10.03540.99-
YUV55.79195.28130.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.26%
GREEN value IS 31 (12.5% from 255) = 11.70%
BLUE value IS 175 (68.75% from 255) = 66.04%
R=22.26%
G=11.70%
B=66.04%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal59311750.660.8200.31251.6769.940.39
Hex3B1FAF425201Ffc4628
Octal733725710212203737410650
Binary111011111111010111110000101010010011111111111001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b1faf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,31,175); }

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

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

 a { background-color: rgb(59,31,175); }

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

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

 span { border-color: rgb(59,31,175); }

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