#3f2fae

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

Shades of Blue Gem #3F2FAE

Tints of Blue Gem #3F2FAE

Color information

#3F2FAE (or 0x3F2FAE) is unknown color: approx Blue Gem. HEX triplet: 3F, 2F and AE. RGB value is (63,47,174). Sum of RGB (Red+Green+Blue) = 63+47+174=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 47 (18.75% from 255 or 16.55% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F2FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2FAE is #C0D051. Grayscale: #414141. Windows color (decimal): -12636242 or 11415359. OLE color: 11415359.

HSL color Cylindrical-coordinate representation of color #3F2FAE: hue angle of 247.56º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F2FAE is Cyan = 0.64, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6347174-
CMYK0.640.7300.32
HSL247.56º57.47%43.33%-
HSV(B)247.56º72.99%68.24%-
XYZ10.716.1540.67-
YUV66.26188.8125.67-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.18%
GREEN value IS 47 (18.75% from 255) = 16.55%
BLUE value IS 174 (68.36% from 255) = 61.27%
R=22.18%
G=16.55%
B=61.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal63471740.640.7300.32247.5657.4743.33
Hex3F2FAE4049020f8392b
Octal77572561001110403707153
Binary1111111011111010111010000001001001010000011111000111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f2fae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,47,174); }

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

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

 a { background-color: rgb(63,47,174); }

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

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

 span { border-color: rgb(63,47,174); }

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