#3D209A

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

Shades of Blue Gem #3D209A

Tints of Blue Gem #3D209A

Color information

#3D209A (or 0x3D209A) is unknown color: approx Blue Gem. HEX triplet: 3D, 20 and 9A. RGB value is (61,32,154). Sum of RGB (Red+Green+Blue) = 61+32+154=247 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.70% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 154 (60.55% from 255 or 62.35% from 247); Max value from RGB is 154 - color contains mainly: blue. Hex color #3D209A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D209A is #C2DF65. Grayscale: #363636. Windows color (decimal): -12771174 or 10100797. OLE color: 10100797.

HSL color Cylindrical-coordinate representation of color #3D209A: hue angle of 254.26º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D209A is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6132154-
CMYK0.600.7900.40
HSL254.26º65.59%36.47%-
HSV(B)254.26º79.22%60.39%-
XYZ8.274.3630.98-
YUV54.58184.11132.58-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.70%
GREEN value IS 32 (12.89% from 255) = 12.96%
BLUE value IS 154 (60.55% from 255) = 62.35%
R=24.70%
G=12.96%
B=62.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal61321540.600.7900.40254.2665.5936.47
Hex3D209A3C4F028fe4224
Octal75402327411705037610244
Binary1111011000001001101011110010011110101000111111101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D209A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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