Shades of Deep Koamaru #383660
Tints of Deep Koamaru #383660
RGB
CMYK
RGB Variations
Color information
#383660 (or 0x383660) is known color: Deep Koamaru. HEX triplet: 38, 36 and 60. RGB value is (56,54,96). Sum of RGB (Red+Green+Blue) = 56+54+96=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #383660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383660 is #C7C99F. Grayscale: #3B3B3B. Windows color (decimal): -13093280 or 6305336. OLE color: 6305336.
HSL color Cylindrical-coordinate representation of color #383660: hue angle of 242.86º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #383660 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 54 | 96 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.62 |
| HSL | 242.86º | 0.28% | 0.29% | - |
| HSV(B) | 242.86º | 0.44% | 0.38% | - |
| XYZ | 5.06 | 4.32 | 11.63 | - |
| YUV | 59.39 | 148.66 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 54 | 96 | 0.42 | 0.44 | 0 | 0.62 | 242.86 | 0.28 | 0.29 |
| Hex | 38 | 36 | 60 | 2A | 2C | 0 | 3E | F3 | 1C | 1D |
| Octal | 70 | 66 | 140 | 52 | 54 | 0 | 76 | 363 | 34 | 35 |
| Binary | 111000 | 110110 | 1100000 | 101010 | 101100 | 0 | 111110 | 11110011 | 11100 | 11101 |
Color Harmonies of #383660
Complementary color
Monochromatic Colors of #383660
Black with #383660
Text Example
Text Example
White with #383660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383660; }
p { color: rgb(56,54,96); }
H1.HeaderClassName
{
color: #383660;
}
.AnyTagClassName
{
color: #383660;
}
</style>
background-color css
<style>
a { background-color: #383660; }
a { background-color: rgb(56,54,96); }
div.DivClassName
{
background-color: #383660;
}
.BgClassName
{
background-color: #383660;
}
</style>
border-color css
<style>
span { border-color: #383660; }
span { border-color: rgb(56,54,96); }
td.TdClassName
{
border-color: #383660;
}
.TagClassName
{
border-color: #383660;
}
</style>