#3b1eab

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

Shades of Blue Gem #3B1EAB

Tints of Blue Gem #3B1EAB

Color information

#3B1EAB (or 0x3B1EAB) is unknown color: approx Blue Gem. HEX triplet: 3B, 1E and AB. RGB value is (59,30,171). Sum of RGB (Red+Green+Blue) = 59+30+171=260 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.69% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #3B1EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B1EAB is #C4E154. Grayscale: #363636. Windows color (decimal): -12902741 or 11214395. OLE color: 11214395.

HSL color Cylindrical-coordinate representation of color #3B1EAB: hue angle of 252.34º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B1EAB is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5930171-
CMYK0.650.8200.33
HSL252.34º70.15%39.41%-
HSV(B)252.34º82.46%67.06%-
XYZ9.624.838.95-
YUV54.74193.61131.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.69%
GREEN value IS 30 (12.11% from 255) = 11.54%
BLUE value IS 171 (67.19% from 255) = 65.77%
R=22.69%
G=11.54%
B=65.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59301710.650.8200.33252.3470.1539.41
Hex3B1EAB4152021fc4627
Octal733625310112204137410647
Binary1110111111010101011100000110100100100001111111001000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b1eab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,30,171); }

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

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

 a { background-color: rgb(59,30,171); }

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

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

 span { border-color: rgb(59,30,171); }

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