#3D20A5

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

Shades of Blue Gem #3D20A5

Tints of Blue Gem #3D20A5

Color information

#3D20A5 (or 0x3D20A5) is unknown color: approx Blue Gem. HEX triplet: 3D, 20 and A5. RGB value is (61,32,165). Sum of RGB (Red+Green+Blue) = 61+32+165=258 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.64% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 165 (64.84% from 255 or 63.95% from 258); Max value from RGB is 165 - color contains mainly: blue. Hex color #3D20A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D20A5 is #C2DF5A. Grayscale: #373737. Windows color (decimal): -12771163 or 10821693. OLE color: 10821693.

HSL color Cylindrical-coordinate representation of color #3D20A5: hue angle of 253.08º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D20A5 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6132165-
CMYK0.630.8100.35
HSL253.08º67.51%38.63%-
HSV(B)253.08º80.61%64.71%-
XYZ9.234.7436.03-
YUV55.83189.61131.69-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.64%
GREEN value IS 32 (12.89% from 255) = 12.40%
BLUE value IS 165 (64.84% from 255) = 63.95%
R=23.64%
G=12.40%
B=63.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61321650.630.8100.35253.0867.5138.63
Hex3D20A53F51023fd4427
Octal75402457712104337510447
Binary1111011000001010010111111110100010100011111111011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D20A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,32,165); }

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

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

 a { background-color: rgb(61,32,165); }

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

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

 span { border-color: rgb(61,32,165); }

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