#39386C

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

Shades of Deep Koamaru #39386C

Tints of Deep Koamaru #39386C

Color information

#39386C (or 0x39386C) is unknown color: approx Deep Koamaru. HEX triplet: 39, 38 and 6C. RGB value is (57,56,108). Sum of RGB (Red+Green+Blue) = 57+56+108=221 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.79% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #39386C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39386C is #C6C793. Grayscale: #3E3E3E. Windows color (decimal): -13027220 or 7092281. OLE color: 7092281.

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

Color convert

RGB5756108-
CMYK0.470.4800.58
HSL241.15º31.71%32.16%-
HSV(B)241.15º48.15%42.35%-
XYZ5.814.7814.8-
YUV62.23153.83124.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.79%
GREEN value IS 56 (22.27% from 255) = 25.34%
BLUE value IS 108 (42.58% from 255) = 48.87%
R=25.79%
G=25.34%
B=48.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal57561080.470.4800.58241.1531.7132.16
Hex39386C2F3003Af12020
Octal717015457600723614040
Binary1110011110001101100101111110000011101011110001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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