#3D2EA9

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

Shades of Blue Gem #3D2EA9

Tints of Blue Gem #3D2EA9

Color information

#3D2EA9 (or 0x3D2EA9) is unknown color: approx Blue Gem. HEX triplet: 3D, 2E and A9. RGB value is (61,46,169). Sum of RGB (Red+Green+Blue) = 61+46+169=276 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.10% from 276); Green value is 46 (18.36% from 255 or 16.67% from 276); Blue value is 169 (66.41% from 255 or 61.23% from 276); Max value from RGB is 169 - color contains mainly: blue. Hex color #3D2EA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2EA9 is #C2D156. Grayscale: #404040. Windows color (decimal): -12767575 or 11087421. OLE color: 11087421.

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

Color convert

RGB6146169-
CMYK0.640.7300.34
HSL247.32º57.21%42.16%-
HSV(B)247.32º72.78%66.27%-
XYZ10.065.8138.13-
YUV64.51186.97125.5-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.10%
GREEN value IS 46 (18.36% from 255) = 16.67%
BLUE value IS 169 (66.41% from 255) = 61.23%
R=22.10%
G=16.67%
B=61.23%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal61461690.640.7300.34247.3257.2142.16
Hex3D2EA94049022f7392a
Octal75562511001110423677152
Binary1111011011101010100110000001001001010001011110111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,46,169); }

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

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

 a { background-color: rgb(61,46,169); }

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

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

 span { border-color: rgb(61,46,169); }

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