Shades of Deep Koamaru #383375
Tints of Deep Koamaru #383375
RGB
CMYK
RGB Variations
Color information
#383375 (or 0x383375) is known color: Deep Koamaru. HEX triplet: 38, 33 and 75. RGB value is (56,51,117). Sum of RGB (Red+Green+Blue) = 56+51+117=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #383375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383375 is #C7CC8A. Grayscale: #3B3B3B. Windows color (decimal): -13094027 or 7680824. OLE color: 7680824.
HSL color Cylindrical-coordinate representation of color #383375: hue angle of 244.55º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #383375 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 56 | 51 | 117 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.54 |
| HSL | 244.55º | 0.39% | 0.33% | - |
| HSV(B) | 244.55º | 0.56% | 0.46% | - |
| XYZ | 6.03 | 4.49 | 17.38 | - |
| YUV | 60.02 | 160.16 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 51 | 117 | 0.52 | 0.56 | 0 | 0.54 | 244.55 | 0.39 | 0.33 |
| Hex | 38 | 33 | 75 | 34 | 38 | 0 | 36 | F5 | 27 | 21 |
| Octal | 70 | 63 | 165 | 64 | 70 | 0 | 66 | 365 | 47 | 41 |
| Binary | 111000 | 110011 | 1110101 | 110100 | 111000 | 0 | 110110 | 11110101 | 100111 | 100001 |
Color Harmonies of #383375
Complementary color
Monochromatic Colors of #383375
Black with #383375
Text Example
Text Example
White with #383375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383375; }
p { color: rgb(56,51,117); }
H1.HeaderClassName
{
color: #383375;
}
.AnyTagClassName
{
color: #383375;
}
</style>
background-color css
<style>
a { background-color: #383375; }
a { background-color: rgb(56,51,117); }
div.DivClassName
{
background-color: #383375;
}
.BgClassName
{
background-color: #383375;
}
</style>
border-color css
<style>
span { border-color: #383375; }
span { border-color: rgb(56,51,117); }
td.TdClassName
{
border-color: #383375;
}
.TagClassName
{
border-color: #383375;
}
</style>