#3D2591

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

Shades of Blue Gem #3D2591

Tints of Blue Gem #3D2591

Color information

#3D2591 (or 0x3D2591) is unknown color: approx Blue Gem. HEX triplet: 3D, 25 and 91. RGB value is (61,37,145). Sum of RGB (Red+Green+Blue) = 61+37+145=243 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.10% from 243); Green value is 37 (14.84% from 255 or 15.23% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #3D2591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2591 is #C2DA6E. Grayscale: #383838. Windows color (decimal): -12769903 or 9512253. OLE color: 9512253.

HSL color Cylindrical-coordinate representation of color #3D2591: hue angle of 253.33º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D2591 is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6137145-
CMYK0.580.7400.43
HSL253.33º59.34%35.69%-
HSV(B)253.33º74.48%56.86%-
XYZ7.74.3627.22-
YUV56.49177.95131.22-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.10%
GREEN value IS 37 (14.84% from 255) = 15.23%
BLUE value IS 145 (57.03% from 255) = 59.67%
R=25.10%
G=15.23%
B=59.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61371450.580.7400.43253.3359.3435.69
Hex3D25913A4A02Bfd3b24
Octal7545221721120533757344
Binary111101100101100100011110101001010010101111111101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,37,145); }

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

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

 a { background-color: rgb(61,37,145); }

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

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

 span { border-color: rgb(61,37,145); }

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