#39386D

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

Shades of Deep Koamaru #39386D

Tints of Deep Koamaru #39386D

Color information

#39386D (or 0x39386D) is unknown color: approx Deep Koamaru. HEX triplet: 39, 38 and 6D. RGB value is (57,56,109). Sum of RGB (Red+Green+Blue) = 57+56+109=222 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.68% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #39386D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39386D is #C6C792. Grayscale: #3E3E3E. Windows color (decimal): -13027219 or 7157817. OLE color: 7157817.

HSL color Cylindrical-coordinate representation of color #39386D: hue angle of 241.13º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #39386D is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5756109-
CMYK0.480.4900.57
HSL241.13º32.12%32.35%-
HSV(B)241.13º48.62%42.75%-
XYZ5.864.815.09-
YUV62.34154.33124.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.68%
GREEN value IS 56 (22.27% from 255) = 25.23%
BLUE value IS 109 (42.97% from 255) = 49.10%
R=25.68%
G=25.23%
B=49.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal57561090.480.4900.57241.1332.1232.35
Hex39386D3031039f12020
Octal717015560610713614040
Binary1110011110001101101110000110001011100111110001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39386D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39386D; }

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

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

<style>
 a { background-color: #39386D; }

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

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

<style>
 span { border-color: #39386D; }

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

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