#3A3471

Color #3A3471 Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #3A3471

Tints of Deep Koamaru #3A3471

Color information

#3A3471 (or 0x3A3471) is unknown color: approx Deep Koamaru. HEX triplet: 3A, 34 and 71. RGB value is (58,52,113). Sum of RGB (Red+Green+Blue) = 58+52+113=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 113 (44.53% from 255 or 50.67% from 223); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A3471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3471 is #C5CB8E. Grayscale: #3C3C3C. Windows color (decimal): -12962703 or 7418938. OLE color: 7418938.

HSL color Cylindrical-coordinate representation of color #3A3471: hue angle of 245.9º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A3471 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5852113-
CMYK0.490.5400.56
HSL245.9º36.97%32.35%-
HSV(B)245.9º53.98%44.31%-
XYZ5.954.5516.19-
YUV60.75157.49126.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.01%
GREEN value IS 52 (20.70% from 255) = 23.32%
BLUE value IS 113 (44.53% from 255) = 50.67%
R=26.01%
G=23.32%
B=50.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58521130.490.5400.56245.936.9732.35
Hex3A34713136038f62520
Octal726416161660703664540
Binary1110101101001110001110001110110011100011110110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,52,113); }

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

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

 a { background-color: rgb(58,52,113); }

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

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

 span { border-color: rgb(58,52,113); }

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