#3D1FAE

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

Shades of Blue Gem #3D1FAE

Tints of Blue Gem #3D1FAE

Color information

#3D1FAE (or 0x3D1FAE) is unknown color: approx Blue Gem. HEX triplet: 3D, 1F and AE. RGB value is (61,31,174). Sum of RGB (Red+Green+Blue) = 61+31+174=266 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.93% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 174 (68.36% from 255 or 65.41% from 266); Max value from RGB is 174 - color contains mainly: blue. Hex color #3D1FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1FAE is #C2E051. Grayscale: #373737. Windows color (decimal): -12771410 or 11411261. OLE color: 11411261.

HSL color Cylindrical-coordinate representation of color #3D1FAE: hue angle of 252.59º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D1FAE is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6131174-
CMYK0.650.8200.32
HSL252.59º69.76%40.2%-
HSV(B)252.59º82.18%68.24%-
XYZ10.055.0340.48-
YUV56.27194.44131.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.93%
GREEN value IS 31 (12.5% from 255) = 11.65%
BLUE value IS 174 (68.36% from 255) = 65.41%
R=22.93%
G=11.65%
B=65.41%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61311740.650.8200.32252.5969.7640.2
Hex3D1FAE4152020fd4628
Octal753725610112204037510650
Binary1111011111110101110100000110100100100000111111011000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,31,174); }

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

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

 a { background-color: rgb(61,31,174); }

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

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

 span { border-color: rgb(61,31,174); }

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