#3D2496

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

Shades of Blue Gem #3D2496

Tints of Blue Gem #3D2496

Color information

#3D2496 (or 0x3D2496) is unknown color: approx Blue Gem. HEX triplet: 3D, 24 and 96. RGB value is (61,36,150). Sum of RGB (Red+Green+Blue) = 61+36+150=247 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.70% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #3D2496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2496 is #C2DB69. Grayscale: #383838. Windows color (decimal): -12770154 or 9839677. OLE color: 9839677.

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

Color convert

RGB6136150-
CMYK0.590.7600.41
HSL253.16º61.29%36.47%-
HSV(B)253.16º76%58.82%-
XYZ8.064.4629.29-
YUV56.47180.78131.23-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.70%
GREEN value IS 36 (14.45% from 255) = 14.57%
BLUE value IS 150 (58.98% from 255) = 60.73%
R=24.70%
G=14.57%
B=60.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61361500.590.7600.41253.1661.2936.47
Hex3D24963B4C029fd3d24
Octal7544226731140513757544
Binary111101100100100101101110111001100010100111111101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,36,150); }

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

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

 a { background-color: rgb(61,36,150); }

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

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

 span { border-color: rgb(61,36,150); }

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