Shades of Deep Koamaru #383268
Tints of Deep Koamaru #383268
RGB
CMYK
RGB Variations
Color information
#383268 (or 0x383268) is known color: Deep Koamaru. HEX triplet: 38, 32 and 68. RGB value is (56,50,104). Sum of RGB (Red+Green+Blue) = 56+50+104=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #383268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383268 is #C7CD97. Grayscale: #393939. Windows color (decimal): -13094296 or 6828600. OLE color: 6828600.
HSL color Cylindrical-coordinate representation of color #383268: hue angle of 246.67º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #383268 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 56 | 50 | 104 | - |
| CMYK | 0.46 | 0.52 | 0 | 0.59 |
| HSL | 246.67º | 0.35% | 0.3% | - |
| HSV(B) | 246.67º | 0.52% | 0.41% | - |
| XYZ | 5.27 | 4.12 | 13.61 | - |
| YUV | 57.95 | 153.99 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 50 | 104 | 0.46 | 0.52 | 0 | 0.59 | 246.67 | 0.35 | 0.3 |
| Hex | 38 | 32 | 68 | 2E | 34 | 0 | 3B | F7 | 23 | 1E |
| Octal | 70 | 62 | 150 | 56 | 64 | 0 | 73 | 367 | 43 | 36 |
| Binary | 111000 | 110010 | 1101000 | 101110 | 110100 | 0 | 111011 | 11110111 | 100011 | 11110 |
Color Harmonies of #383268
Complementary color
Monochromatic Colors of #383268
Black with #383268
Text Example
Text Example
White with #383268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383268; }
p { color: rgb(56,50,104); }
H1.HeaderClassName
{
color: #383268;
}
.AnyTagClassName
{
color: #383268;
}
</style>
background-color css
<style>
a { background-color: #383268; }
a { background-color: rgb(56,50,104); }
div.DivClassName
{
background-color: #383268;
}
.BgClassName
{
background-color: #383268;
}
</style>
border-color css
<style>
span { border-color: #383268; }
span { border-color: rgb(56,50,104); }
td.TdClassName
{
border-color: #383268;
}
.TagClassName
{
border-color: #383268;
}
</style>