#3A299E

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

Shades of Blue Gem #3A299E

Tints of Blue Gem #3A299E

Color information

#3A299E (or 0x3A299E) is unknown color: approx Blue Gem. HEX triplet: 3A, 29 and 9E. RGB value is (58,41,158). Sum of RGB (Red+Green+Blue) = 58+41+158=257 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.57% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A299E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A299E is #C5D661. Grayscale: #3A3A3A. Windows color (decimal): -12965474 or 10365242. OLE color: 10365242.

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

Color convert

RGB5841158-
CMYK0.630.7400.38
HSL248.72º58.79%39.02%-
HSV(B)248.72º74.05%61.96%-
XYZ8.714.9532.84-
YUV59.42183.63126.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.57%
GREEN value IS 41 (16.41% from 255) = 15.95%
BLUE value IS 158 (62.11% from 255) = 61.48%
R=22.57%
G=15.95%
B=61.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal58411580.630.7400.38248.7258.7939.02
Hex3A299E3F4A026f93b27
Octal7251236771120463717347
Binary111010101001100111101111111001010010011011111001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A299E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,41,158); }

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

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

 a { background-color: rgb(58,41,158); }

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

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

 span { border-color: rgb(58,41,158); }

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