#39385E

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

Shades of Deep Koamaru #39385E

Tints of Deep Koamaru #39385E

Color information

#39385E (or 0x39385E) is unknown color: approx Deep Koamaru. HEX triplet: 39, 38 and 5E. RGB value is (57,56,94). Sum of RGB (Red+Green+Blue) = 57+56+94=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 94 - color contains mainly: blue. Hex color #39385E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39385E is #C6C7A1. Grayscale: #3C3C3C. Windows color (decimal): -13027234 or 6174777. OLE color: 6174777.

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

Color convert

RGB575694-
CMYK0.390.4000.63
HSL241.58º25.33%29.41%-
HSV(B)241.58º40.43%36.86%-
XYZ5.124.5111.19-
YUV60.63146.83125.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.54%
GREEN value IS 56 (22.27% from 255) = 27.05%
BLUE value IS 94 (37.11% from 255) = 45.41%
R=27.54%
G=27.05%
B=45.41%

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
Decimal5756940.390.4000.63241.5825.3329.41
Hex39385E272803Ff2191d
Octal717013647500773623135
Binary11100111100010111101001111010000111111111100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39385E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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