#3F29B3

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

Shades of Blue Gem #3F29B3

Tints of Blue Gem #3F29B3

Color information

#3F29B3 (or 0x3F29B3) is unknown color: approx Blue Gem. HEX triplet: 3F, 29 and B3. RGB value is (63,41,179). Sum of RGB (Red+Green+Blue) = 63+41+179=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 179 (70.31% from 255 or 63.25% from 283); Max value from RGB is 179 - color contains mainly: blue. Hex color #3F29B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F29B3 is #C0D64C. Grayscale: #3E3E3E. Windows color (decimal): -12637773 or 11741503. OLE color: 11741503.

HSL color Cylindrical-coordinate representation of color #3F29B3: hue angle of 249.57º 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 #3F29B3 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6341179-
CMYK0.650.7700.30
HSL249.57º62.73%43.14%-
HSV(B)249.57º77.09%70.2%-
XYZ10.985.943.21-
YUV63.31193.29127.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.26%
GREEN value IS 41 (16.41% from 255) = 14.49%
BLUE value IS 179 (70.31% from 255) = 63.25%
R=22.26%
G=14.49%
B=63.25%

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
Decimal63411790.650.7700.30249.5762.7343.14
Hex3F29B3414D01Efa3f2b
Octal77512631011150363727753
Binary111111101001101100111000001100110101111011111010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F29B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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