#3D2893

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

Shades of Blue Gem #3D2893

Tints of Blue Gem #3D2893

Color information

#3D2893 (or 0x3D2893) is unknown color: approx Blue Gem. HEX triplet: 3D, 28 and 93. RGB value is (61,40,147). Sum of RGB (Red+Green+Blue) = 61+40+147=248 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.60% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 147 (57.81% from 255 or 59.27% from 248); Max value from RGB is 147 - color contains mainly: blue. Hex color #3D2893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2893 is #C2D76C. Grayscale: #3A3A3A. Windows color (decimal): -12769133 or 9644093. OLE color: 9644093.

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

Color convert

RGB6140147-
CMYK0.590.7300.42
HSL251.78º57.22%36.67%-
HSV(B)251.78º72.79%57.65%-
XYZ7.954.6228.08-
YUV58.48177.96129.8-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.60%
GREEN value IS 40 (16.02% from 255) = 16.13%
BLUE value IS 147 (57.81% from 255) = 59.27%
R=24.60%
G=16.13%
B=59.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal61401470.590.7300.42251.7857.2236.67
Hex3D28933B4902Afc3925
Octal7550223731110523747145
Binary111101101000100100111110111001001010101011111100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,40,147); }

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

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

 a { background-color: rgb(61,40,147); }

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

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

 span { border-color: rgb(61,40,147); }

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