Shades of Deep Koamaru #383766
Tints of Deep Koamaru #383766
RGB
CMYK
RGB Variations
Color information
#383766 (or 0x383766) is known color: Deep Koamaru. HEX triplet: 38, 37 and 66. RGB value is (56,55,102). Sum of RGB (Red+Green+Blue) = 56+55+102=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #383766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383766 is #C7C899. Grayscale: #3C3C3C. Windows color (decimal): -13093018 or 6698808. OLE color: 6698808.
HSL color Cylindrical-coordinate representation of color #383766: hue angle of 241.28º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #383766 is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 56 | 55 | 102 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.6 |
| HSL | 241.28º | 0.3% | 0.31% | - |
| HSV(B) | 241.28º | 0.46% | 0.4% | - |
| XYZ | 5.4 | 4.53 | 13.16 | - |
| YUV | 60.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 55 | 102 | 0.45 | 0.46 | 0 | 0.6 | 241.28 | 0.3 | 0.31 |
| Hex | 38 | 37 | 66 | 2D | 2E | 0 | 3C | F1 | 1E | 1F |
| Octal | 70 | 67 | 146 | 55 | 56 | 0 | 74 | 361 | 36 | 37 |
| Binary | 111000 | 110111 | 1100110 | 101101 | 101110 | 0 | 111100 | 11110001 | 11110 | 11111 |
Color Harmonies of #383766
Complementary color
Monochromatic Colors of #383766
Black with #383766
Text Example
Text Example
White with #383766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383766; }
p { color: rgb(56,55,102); }
H1.HeaderClassName
{
color: #383766;
}
.AnyTagClassName
{
color: #383766;
}
</style>
background-color css
<style>
a { background-color: #383766; }
a { background-color: rgb(56,55,102); }
div.DivClassName
{
background-color: #383766;
}
.BgClassName
{
background-color: #383766;
}
</style>
border-color css
<style>
span { border-color: #383766; }
span { border-color: rgb(56,55,102); }
td.TdClassName
{
border-color: #383766;
}
.TagClassName
{
border-color: #383766;
}
</style>