#3D20A1

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

Shades of Blue Gem #3D20A1

Tints of Blue Gem #3D20A1

Color information

#3D20A1 (or 0x3D20A1) is unknown color: approx Blue Gem. HEX triplet: 3D, 20 and A1. RGB value is (61,32,161). Sum of RGB (Red+Green+Blue) = 61+32+161=254 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.02% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 161 (63.28% from 255 or 63.39% from 254); Max value from RGB is 161 - color contains mainly: blue. Hex color #3D20A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D20A1 is #C2DF5E. Grayscale: #363636. Windows color (decimal): -12771167 or 10559549. OLE color: 10559549.

HSL color Cylindrical-coordinate representation of color #3D20A1: hue angle of 253.49º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3D20A1 is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6132161-
CMYK0.620.8000.37
HSL253.49º66.84%37.84%-
HSV(B)253.49º80.12%63.14%-
XYZ8.874.634.14-
YUV55.38187.61132.01-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.02%
GREEN value IS 32 (12.89% from 255) = 12.60%
BLUE value IS 161 (63.28% from 255) = 63.39%
R=24.02%
G=12.60%
B=63.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal61321610.620.8000.37253.4966.8437.84
Hex3D20A13E50025fd4326
Octal75402417612004537510346
Binary1111011000001010000111111010100000100101111111011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D20A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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