#3F29B2

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

Shades of Blue Gem #3F29B2

Tints of Blue Gem #3F29B2

Color information

#3F29B2 (or 0x3F29B2) is unknown color: approx Blue Gem. HEX triplet: 3F, 29 and B2. RGB value is (63,41,178). Sum of RGB (Red+Green+Blue) = 63+41+178=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 178 (69.92% from 255 or 63.12% from 282); Max value from RGB is 178 - color contains mainly: blue. Hex color #3F29B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F29B2 is #C0D64D. Grayscale: #3E3E3E. Windows color (decimal): -12637774 or 11675967. OLE color: 11675967.

HSL color Cylindrical-coordinate representation of color #3F29B2: hue angle of 249.64º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F29B2 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6341178-
CMYK0.650.7700.30
HSL249.64º62.56%42.94%-
HSV(B)249.64º76.97%69.8%-
XYZ10.885.8642.68-
YUV63.2192.79127.86-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.34%
GREEN value IS 41 (16.41% from 255) = 14.54%
BLUE value IS 178 (69.92% from 255) = 63.12%
R=22.34%
G=14.54%
B=63.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal63411780.650.7700.30249.6462.5642.94
Hex3F29B2414D01Efa3f2b
Octal77512621011150363727753
Binary111111101001101100101000001100110101111011111010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F29B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,41,178); }

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

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

 a { background-color: rgb(63,41,178); }

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

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

 span { border-color: rgb(63,41,178); }

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