#3D2695

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

Shades of Blue Gem #3D2695

Tints of Blue Gem #3D2695

Color information

#3D2695 (or 0x3D2695) is unknown color: approx Blue Gem. HEX triplet: 3D, 26 and 95. RGB value is (61,38,149). Sum of RGB (Red+Green+Blue) = 61+38+149=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 149 (58.59% from 255 or 60.08% from 248); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D2695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2695 is #C2D96A. Grayscale: #393939. Windows color (decimal): -12769643 or 9774653. OLE color: 9774653.

HSL color Cylindrical-coordinate representation of color #3D2695: hue angle of 252.43º 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 #3D2695 is Cyan = 0.59, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6138149-
CMYK0.590.7400.42
HSL252.43º59.36%36.67%-
HSV(B)252.43º74.5%58.43%-
XYZ8.044.5528.89-
YUV57.53179.62130.47-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.60%
GREEN value IS 38 (15.23% from 255) = 15.32%
BLUE value IS 149 (58.59% from 255) = 60.08%
R=24.60%
G=15.32%
B=60.08%

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
Decimal61381490.590.7400.42252.4359.3636.67
Hex3D26953B4A02Afc3b25
Octal7546225731120523747345
Binary111101100110100101011110111001010010101011111100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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