#3D1EAA

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

Shades of Blue Gem #3D1EAA

Tints of Blue Gem #3D1EAA

Color information

#3D1EAA (or 0x3D1EAA) is unknown color: approx Blue Gem. HEX triplet: 3D, 1E and AA. RGB value is (61,30,170). Sum of RGB (Red+Green+Blue) = 61+30+170=261 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.37% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 170 (66.80% from 255 or 65.13% from 261); Max value from RGB is 170 - color contains mainly: blue. Hex color #3D1EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D1EAA is #C2E155. Grayscale: #363636. Windows color (decimal): -12771670 or 11148861. OLE color: 11148861.

HSL color Cylindrical-coordinate representation of color #3D1EAA: hue angle of 253.29º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3D1EAA is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6130170-
CMYK0.640.8200.33
HSL253.29º70%39.22%-
HSV(B)253.29º82.35%66.67%-
XYZ9.644.8238.45-
YUV55.23192.77132.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.37%
GREEN value IS 30 (12.11% from 255) = 11.49%
BLUE value IS 170 (66.80% from 255) = 65.13%
R=23.37%
G=11.49%
B=65.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61301700.640.8200.33253.297039.22
Hex3D1EAA4052021fd4627
Octal753625210012204137510647
Binary1111011111010101010100000010100100100001111111011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,30,170); }

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

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

 a { background-color: rgb(61,30,170); }

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

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

 span { border-color: rgb(61,30,170); }

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