#3F29AA

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

Shades of Blue Gem #3F29AA

Tints of Blue Gem #3F29AA

Color information

#3F29AA (or 0x3F29AA) is unknown color: approx Blue Gem. HEX triplet: 3F, 29 and AA. RGB value is (63,41,170). Sum of RGB (Red+Green+Blue) = 63+41+170=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 170 (66.80% from 255 or 62.04% from 274); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F29AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F29AA is #C0D655. Grayscale: #3D3D3D. Windows color (decimal): -12637782 or 11151679. OLE color: 11151679.

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

Color convert

RGB6341170-
CMYK0.630.7600.33
HSL250.23º61.14%41.37%-
HSV(B)250.23º75.88%66.67%-
XYZ10.15.5438.57-
YUV62.28188.79128.51-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.99%
GREEN value IS 41 (16.41% from 255) = 14.96%
BLUE value IS 170 (66.80% from 255) = 62.04%
R=22.99%
G=14.96%
B=62.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63411700.630.7600.33250.2361.1441.37
Hex3F29AA3F4C021fa3d29
Octal7751252771140413727551
Binary111111101001101010101111111001100010000111111010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F29AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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