#3D2795

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

Shades of Blue Gem #3D2795

Tints of Blue Gem #3D2795

Color information

#3D2795 (or 0x3D2795) is unknown color: approx Blue Gem. HEX triplet: 3D, 27 and 95. RGB value is (61,39,149). Sum of RGB (Red+Green+Blue) = 61+39+149=249 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.50% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 149 (58.59% from 255 or 59.84% from 249); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D2795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2795 is #C2D86A. Grayscale: #393939. Windows color (decimal): -12769387 or 9774909. OLE color: 9774909.

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

Color convert

RGB6139149-
CMYK0.590.7400.42
HSL252º58.51%36.86%-
HSV(B)252º73.83%58.43%-
XYZ8.074.6128.9-
YUV58.12179.29130.06-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.50%
GREEN value IS 39 (15.62% from 255) = 15.66%
BLUE value IS 149 (58.59% from 255) = 59.84%
R=24.50%
G=15.66%
B=59.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61391490.590.7400.4225258.5136.86
Hex3D27953B4A02Afc3b25
Octal7547225731120523747345
Binary111101100111100101011110111001010010101011111100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,39,149); }

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

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

 a { background-color: rgb(61,39,149); }

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

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

 span { border-color: rgb(61,39,149); }

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