#3A209C

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

Shades of Blue Gem #3A209C

Tints of Blue Gem #3A209C

Color information

#3A209C (or 0x3A209C) is unknown color: approx Blue Gem. HEX triplet: 3A, 20 and 9C. RGB value is (58,32,156). Sum of RGB (Red+Green+Blue) = 58+32+156=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #3A209C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A209C is #C5DF63. Grayscale: #353535. Windows color (decimal): -12967780 or 10231866. OLE color: 10231866.

HSL color Cylindrical-coordinate representation of color #3A209C: hue angle of 252.58º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A209C is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5832156-
CMYK0.630.7900.39
HSL252.58º65.96%36.86%-
HSV(B)252.58º79.49%61.18%-
XYZ8.264.3331.85-
YUV53.91185.61130.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.58%
GREEN value IS 32 (12.89% from 255) = 13.01%
BLUE value IS 156 (61.33% from 255) = 63.41%
R=23.58%
G=13.01%
B=63.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal58321560.630.7900.39252.5865.9636.86
Hex3A209C3F4F027fd4225
Octal72402347711704737510245
Binary1110101000001001110011111110011110100111111111011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A209C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,32,156); }

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

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

 a { background-color: rgb(58,32,156); }

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

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

 span { border-color: rgb(58,32,156); }

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