#3A3563

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

Shades of Deep Koamaru #3A3563

Tints of Deep Koamaru #3A3563

Color information

#3A3563 (or 0x3A3563) is unknown color: approx Deep Koamaru. HEX triplet: 3A, 35 and 63. RGB value is (58,53,99). Sum of RGB (Red+Green+Blue) = 58+53+99=210 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.62% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 99 - color contains mainly: blue. Hex color #3A3563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3563 is #C5CA9C. Grayscale: #3B3B3B. Windows color (decimal): -12962461 or 6501690. OLE color: 6501690.

HSL color Cylindrical-coordinate representation of color #3A3563: hue angle of 246.52º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A3563 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB585399-
CMYK0.410.4600.61
HSL246.52º30.26%29.8%-
HSV(B)246.52º46.46%38.82%-
XYZ5.274.3512.37-
YUV59.74150.16126.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.62%
GREEN value IS 53 (21.09% from 255) = 25.24%
BLUE value IS 99 (39.06% from 255) = 47.14%
R=27.62%
G=25.24%
B=47.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5853990.410.4600.61246.5230.2629.8
Hex3A3563292E03Df71e1e
Octal726514351560753673636
Binary11101011010111000111010011011100111101111101111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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