#3A3564

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

Shades of Deep Koamaru #3A3564

Tints of Deep Koamaru #3A3564

Color information

#3A3564 (or 0x3A3564) is unknown color: approx Deep Koamaru. HEX triplet: 3A, 35 and 64. RGB value is (58,53,100). Sum of RGB (Red+Green+Blue) = 58+53+100=211 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.49% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 100 (39.45% from 255 or 47.39% from 211); Max value from RGB is 100 - color contains mainly: blue. Hex color #3A3564 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3564 is #C5CA9B. Grayscale: #3B3B3B. Windows color (decimal): -12962460 or 6567226. OLE color: 6567226.

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

Color convert

RGB5853100-
CMYK0.420.4700.61
HSL246.38º30.72%30%-
HSV(B)246.38º47%39.22%-
XYZ5.324.3712.62-
YUV59.85150.66126.68-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.49%
GREEN value IS 53 (21.09% from 255) = 25.12%
BLUE value IS 100 (39.45% from 255) = 47.39%
R=27.49%
G=25.12%
B=47.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal58531000.420.4700.61246.3830.7230
Hex3A35642A2F03Df61f1e
Octal726514452570753663736
Binary11101011010111001001010101011110111101111101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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