#3A3571

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

Shades of Deep Koamaru #3A3571

Tints of Deep Koamaru #3A3571

Color information

#3A3571 (or 0x3A3571) is unknown color: approx Deep Koamaru. HEX triplet: 3A, 35 and 71. RGB value is (58,53,113). Sum of RGB (Red+Green+Blue) = 58+53+113=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #3A3571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3571 is #C5CA8E. Grayscale: #3D3D3D. Windows color (decimal): -12962447 or 7419194. OLE color: 7419194.

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

Color convert

RGB5853113-
CMYK0.490.5300.56
HSL245º36.14%32.55%-
HSV(B)245º53.1%44.31%-
XYZ64.6416.2-
YUV61.33157.16125.62-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.89%
GREEN value IS 53 (21.09% from 255) = 23.66%
BLUE value IS 113 (44.53% from 255) = 50.45%
R=25.89%
G=23.66%
B=50.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58531130.490.5300.5624536.1432.55
Hex3A35713135038f52421
Octal726516161650703654441
Binary1110101101011110001110001110101011100011110101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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