#3D2392

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

Shades of Blue Gem #3D2392

Tints of Blue Gem #3D2392

Color information

#3D2392 (or 0x3D2392) is unknown color: approx Blue Gem. HEX triplet: 3D, 23 and 92. RGB value is (61,35,146). Sum of RGB (Red+Green+Blue) = 61+35+146=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #3D2392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2392 is #C2DC6D. Grayscale: #373737. Windows color (decimal): -12770414 or 9577277. OLE color: 9577277.

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

Color convert

RGB6135146-
CMYK0.580.7600.43
HSL254.05º61.33%35.49%-
HSV(B)254.05º76.03%57.25%-
XYZ7.714.2727.61-
YUV55.43179.11131.97-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.21%
GREEN value IS 35 (14.06% from 255) = 14.46%
BLUE value IS 146 (57.42% from 255) = 60.33%
R=25.21%
G=14.46%
B=60.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal61351460.580.7600.43254.0561.3335.49
Hex3D23923A4C02Bfe3d23
Octal7543222721140533767543
Binary111101100011100100101110101001100010101111111110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,35,146); }

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

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

 a { background-color: rgb(61,35,146); }

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

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

 span { border-color: rgb(61,35,146); }

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