#3A209B

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

Shades of Blue Gem #3A209B

Tints of Blue Gem #3A209B

Color information

#3A209B (or 0x3A209B) is unknown color: approx Blue Gem. HEX triplet: 3A, 20 and 9B. RGB value is (58,32,155). Sum of RGB (Red+Green+Blue) = 58+32+155=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 32 (12.89% from 255 or 13.06% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A209B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A209B is #C5DF64. Grayscale: #353535. Windows color (decimal): -12967781 or 10166330. OLE color: 10166330.

HSL color Cylindrical-coordinate representation of color #3A209B: hue angle of 252.68º 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 #3A209B is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5832155-
CMYK0.630.7900.39
HSL252.68º65.78%36.67%-
HSV(B)252.68º79.35%60.78%-
XYZ8.184.331.41-
YUV53.8185.11131-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.67%
GREEN value IS 32 (12.89% from 255) = 13.06%
BLUE value IS 155 (60.94% from 255) = 63.27%
R=23.67%
G=13.06%
B=63.27%

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
Decimal58321550.630.7900.39252.6865.7836.67
Hex3A209B3F4F027fd4225
Octal72402337711704737510245
Binary1110101000001001101111111110011110100111111111011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A209B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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