#3D2996

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

Shades of Blue Gem #3D2996

Tints of Blue Gem #3D2996

Color information

#3D2996 (or 0x3D2996) is unknown color: approx Blue Gem. HEX triplet: 3D, 29 and 96. RGB value is (61,41,150). Sum of RGB (Red+Green+Blue) = 61+41+150=252 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.21% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 150 (58.98% from 255 or 59.52% from 252); Max value from RGB is 150 - color contains mainly: blue. Hex color #3D2996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2996 is #C2D669. Grayscale: #3A3A3A. Windows color (decimal): -12768874 or 9840957. OLE color: 9840957.

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

Color convert

RGB6141150-
CMYK0.590.7300.41
HSL251.01º57.07%37.45%-
HSV(B)251.01º72.67%58.82%-
XYZ8.224.7829.34-
YUV59.41179.13129.14-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.21%
GREEN value IS 41 (16.41% from 255) = 16.27%
BLUE value IS 150 (58.98% from 255) = 59.52%
R=24.21%
G=16.27%
B=59.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61411500.590.7300.41251.0157.0737.45
Hex3D29963B49029fb3925
Octal7551226731110513737145
Binary111101101001100101101110111001001010100111111011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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