#3A2398

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

Shades of Blue Gem #3A2398

Tints of Blue Gem #3A2398

Color information

#3A2398 (or 0x3A2398) is unknown color: approx Blue Gem. HEX triplet: 3A, 23 and 98. RGB value is (58,35,152). Sum of RGB (Red+Green+Blue) = 58+35+152=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 152 (59.77% from 255 or 62.04% from 245); Max value from RGB is 152 - color contains mainly: blue. Hex color #3A2398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2398 is #C5DC67. Grayscale: #363636. Windows color (decimal): -12967016 or 9970490. OLE color: 9970490.

HSL color Cylindrical-coordinate representation of color #3A2398: hue angle of 251.79º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A2398 is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5835152-
CMYK0.620.7700.40
HSL251.79º62.57%36.67%-
HSV(B)251.79º76.97%59.61%-
XYZ8.014.3730.13-
YUV55.22182.62129.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.67%
GREEN value IS 35 (14.06% from 255) = 14.29%
BLUE value IS 152 (59.77% from 255) = 62.04%
R=23.67%
G=14.29%
B=62.04%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal58351520.620.7700.40251.7962.5736.67
Hex3A23983E4D028fc3f25
Octal7243230761150503747745
Binary111010100011100110001111101001101010100011111100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,35,152); }

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

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

 a { background-color: rgb(58,35,152); }

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

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

 span { border-color: rgb(58,35,152); }

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