#3A2898

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

Shades of Blue Gem #3A2898

Tints of Blue Gem #3A2898

Color information

#3A2898 (or 0x3A2898) is unknown color: approx Blue Gem. HEX triplet: 3A, 28 and 98. RGB value is (58,40,152). Sum of RGB (Red+Green+Blue) = 58+40+152=250 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.2% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 152 (59.77% from 255 or 60.8% from 250); Max value from RGB is 152 - color contains mainly: blue. Hex color #3A2898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2898 is #C5D767. Grayscale: #393939. Windows color (decimal): -12965736 or 9971770. OLE color: 9971770.

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

Color convert

RGB5840152-
CMYK0.620.7400.40
HSL249.64º58.33%37.65%-
HSV(B)249.64º73.68%59.61%-
XYZ8.174.6830.18-
YUV58.15180.96127.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.2%
GREEN value IS 40 (16.02% from 255) = 16%
BLUE value IS 152 (59.77% from 255) = 60.8%
R=23.2%
G=16%
B=60.8%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal58401520.620.7400.40249.6458.3337.65
Hex3A28983E4A028fa3a26
Octal7250230761120503727246
Binary111010101000100110001111101001010010100011111010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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