#3A2F9E

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

Shades of Blue Gem #3A2F9E

Tints of Blue Gem #3A2F9E

Color information

#3A2F9E (or 0x3A2F9E) is unknown color: approx Blue Gem. HEX triplet: 3A, 2F and 9E. RGB value is (58,47,158). Sum of RGB (Red+Green+Blue) = 58+47+158=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 47 (18.75% from 255 or 17.87% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A2F9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2F9E is #C5D061. Grayscale: #3E3E3E. Windows color (decimal): -12963938 or 10366778. OLE color: 10366778.

HSL color Cylindrical-coordinate representation of color #3A2F9E: hue angle of 245.95º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3A2F9E is Cyan = 0.63, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5847158-
CMYK0.630.7000.38
HSL245.95º54.15%40.2%-
HSV(B)245.95º70.25%61.96%-
XYZ8.935.432.92-
YUV62.94181.64124.47-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.05%
GREEN value IS 47 (18.75% from 255) = 17.87%
BLUE value IS 158 (62.11% from 255) = 60.08%
R=22.05%
G=17.87%
B=60.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal58471580.630.7000.38245.9554.1540.2
Hex3A2F9E3F46026f63628
Octal7257236771060463666650
Binary111010101111100111101111111000110010011011110110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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