#3A395F

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

Shades of Deep Koamaru #3A395F

Tints of Deep Koamaru #3A395F

Color information

#3A395F (or 0x3A395F) is unknown color: approx Deep Koamaru. HEX triplet: 3A, 39 and 5F. RGB value is (58,57,95). Sum of RGB (Red+Green+Blue) = 58+57+95=210 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.62% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 95 - color contains mainly: blue. Hex color #3A395F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A395F is #C5C6A0. Grayscale: #3D3D3D. Windows color (decimal): -12961441 or 6240570. OLE color: 6240570.

HSL color Cylindrical-coordinate representation of color #3A395F: hue angle of 241.58º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A395F is Cyan = 0.39, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB585795-
CMYK0.390.4000.63
HSL241.58º25%29.8%-
HSV(B)241.58º40%37.25%-
XYZ5.274.6511.45-
YUV61.63146.83125.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.62%
GREEN value IS 57 (22.66% from 255) = 27.14%
BLUE value IS 95 (37.5% from 255) = 45.24%
R=27.62%
G=27.14%
B=45.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5857950.390.4000.63241.582529.8
Hex3A395F272803Ff2191e
Octal727113747500773623136
Binary11101011100110111111001111010000111111111100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A395F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,57,95); }

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

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

 a { background-color: rgb(58,57,95); }

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

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

 span { border-color: rgb(58,57,95); }

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