#3A2DA8

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

Shades of Blue Gem #3A2DA8

Tints of Blue Gem #3A2DA8

Color information

#3A2DA8 (or 0x3A2DA8) is unknown color: approx Blue Gem. HEX triplet: 3A, 2D and A8. RGB value is (58,45,168). Sum of RGB (Red+Green+Blue) = 58+45+168=271 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.40% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 168 (66.02% from 255 or 61.99% from 271); Max value from RGB is 168 - color contains mainly: blue. Hex color #3A2DA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2DA8 is #C5D257. Grayscale: #3E3E3E. Windows color (decimal): -12964440 or 11021626. OLE color: 11021626.

HSL color Cylindrical-coordinate representation of color #3A2DA8: hue angle of 246.34º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A2DA8 is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB5845168-
CMYK0.650.7300.34
HSL246.34º57.75%41.76%-
HSV(B)246.34º73.21%65.88%-
XYZ9.755.637.61-
YUV62.91187.31124.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.40%
GREEN value IS 45 (17.97% from 255) = 16.61%
BLUE value IS 168 (66.02% from 255) = 61.99%
R=21.40%
G=16.61%
B=61.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal58451680.650.7300.34246.3457.7541.76
Hex3A2DA84149022f63a2a
Octal72552501011110423667252
Binary1110101011011010100010000011001001010001011110110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,45,168); }

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

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

 a { background-color: rgb(58,45,168); }

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

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

 span { border-color: rgb(58,45,168); }

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