#3F2BAB

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

Shades of Blue Gem #3F2BAB

Tints of Blue Gem #3F2BAB

Color information

#3F2BAB (or 0x3F2BAB) is unknown color: approx Blue Gem. HEX triplet: 3F, 2B and AB. RGB value is (63,43,171). Sum of RGB (Red+Green+Blue) = 63+43+171=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 171 (67.19% from 255 or 61.73% from 277); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F2BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2BAB is #C0D454. Grayscale: #3F3F3F. Windows color (decimal): -12637269 or 11217727. OLE color: 11217727.

HSL color Cylindrical-coordinate representation of color #3F2BAB: hue angle of 249.38º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F2BAB is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6343171-
CMYK0.630.7500.33
HSL249.38º59.81%41.96%-
HSV(B)249.38º74.85%67.06%-
XYZ10.265.7239.09-
YUV63.57188.63127.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.74%
GREEN value IS 43 (17.19% from 255) = 15.52%
BLUE value IS 171 (67.19% from 255) = 61.73%
R=22.74%
G=15.52%
B=61.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63431710.630.7500.33249.3859.8141.96
Hex3F2BAB3F4B021f93c2a
Octal7753253771130413717452
Binary111111101011101010111111111001011010000111111001111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,43,171); }

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

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

 a { background-color: rgb(63,43,171); }

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

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

 span { border-color: rgb(63,43,171); }

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