#3D329E

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

Shades of Blue Gem #3D329E

Tints of Blue Gem #3D329E

Color information

#3D329E (or 0x3D329E) is unknown color: approx Blue Gem. HEX triplet: 3D, 32 and 9E. RGB value is (61,50,158). Sum of RGB (Red+Green+Blue) = 61+50+158=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 158 (62.11% from 255 or 58.74% from 269); Max value from RGB is 158 - color contains mainly: blue. Hex color #3D329E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D329E is #C2CD61. Grayscale: #414141. Windows color (decimal): -12766562 or 10367549. OLE color: 10367549.

HSL color Cylindrical-coordinate representation of color #3D329E: hue angle of 246.11º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D329E is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6150158-
CMYK0.610.6800.38
HSL246.11º51.92%40.78%-
HSV(B)246.11º68.35%61.96%-
XYZ9.245.7432.97-
YUV65.6180.14124.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.68%
GREEN value IS 50 (19.92% from 255) = 18.59%
BLUE value IS 158 (62.11% from 255) = 58.74%
R=22.68%
G=18.59%
B=58.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61501580.610.6800.38246.1151.9240.78
Hex3D329E3D44026f63429
Octal7562236751040463666451
Binary111101110010100111101111011000100010011011110110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D329E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,50,158); }

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

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

 a { background-color: rgb(61,50,158); }

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

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

 span { border-color: rgb(61,50,158); }

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