#39395E

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

Shades of Deep Koamaru #39395E

Tints of Deep Koamaru #39395E

Color information

#39395E (or 0x39395E) is unknown color: approx Deep Koamaru. HEX triplet: 39, 39 and 5E. RGB value is (57,57,94). Sum of RGB (Red+Green+Blue) = 57+57+94=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 94 - color contains mainly: blue. Hex color #39395E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39395E is #C6C6A1. Grayscale: #3D3D3D. Windows color (decimal): -13026978 or 6175033. OLE color: 6175033.

HSL color Cylindrical-coordinate representation of color #39395E: hue angle of 240º 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 #39395E is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB575794-
CMYK0.390.3900.63
HSL240º24.5%29.61%-
HSV(B)240º39.36%36.86%-
XYZ5.174.611.21-
YUV61.22146.5124.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.40%
GREEN value IS 57 (22.66% from 255) = 27.40%
BLUE value IS 94 (37.11% from 255) = 45.19%
R=27.40%
G=27.40%
B=45.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5757940.390.3900.6324024.529.61
Hex39395E272703Ff0191e
Octal717113647470773603136
Binary11100111100110111101001111001110111111111100001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39395E; }

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

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

<style>
 a { background-color: #39395E; }

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

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

<style>
 span { border-color: #39395E; }

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

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