#3A3570

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

Shades of Deep Koamaru #3A3570

Tints of Deep Koamaru #3A3570

Color information

#3A3570 (or 0x3A3570) is unknown color: approx Deep Koamaru. HEX triplet: 3A, 35 and 70. RGB value is (58,53,112). Sum of RGB (Red+Green+Blue) = 58+53+112=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #3A3570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3570 is #C5CA8F. Grayscale: #3C3C3C. Windows color (decimal): -12962448 or 7353658. OLE color: 7353658.

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

Color convert

RGB5853112-
CMYK0.480.5300.56
HSL245.08º35.76%32.35%-
HSV(B)245.08º52.68%43.92%-
XYZ5.944.6215.91-
YUV61.22156.66125.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.01%
GREEN value IS 53 (21.09% from 255) = 23.77%
BLUE value IS 112 (44.14% from 255) = 50.22%
R=26.01%
G=23.77%
B=50.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal58531120.480.5300.56245.0835.7632.35
Hex3A35703035038f52420
Octal726516060650703654440
Binary1110101101011110000110000110101011100011110101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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