#3A395E

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

Shades of Deep Koamaru #3A395E

Tints of Deep Koamaru #3A395E

Color information

#3A395E (or 0x3A395E) is unknown color: approx Deep Koamaru. HEX triplet: 3A, 39 and 5E. RGB value is (58,57,94). Sum of RGB (Red+Green+Blue) = 58+57+94=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 94 - color contains mainly: blue. Hex color #3A395E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A395E is #C5C6A1. Grayscale: #3D3D3D. Windows color (decimal): -12961442 or 6175034. OLE color: 6175034.

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

Color convert

RGB585794-
CMYK0.380.3900.63
HSL241.62º24.5%29.61%-
HSV(B)241.62º39.36%36.86%-
XYZ5.234.6311.21-
YUV61.52146.33125.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.75%
GREEN value IS 57 (22.66% from 255) = 27.27%
BLUE value IS 94 (37.11% from 255) = 44.98%
R=27.75%
G=27.27%
B=44.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5857940.380.3900.63241.6224.529.61
Hex3A395E262703Ff2191e
Octal727113646470773623136
Binary11101011100110111101001101001110111111111100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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