Shades of Deep Koamaru #383A68
Tints of Deep Koamaru #383A68
RGB
CMYK
RGB Variations
Color information
#383A68 (or 0x383A68) is known color: Deep Koamaru. HEX triplet: 38, 3A and 68. RGB value is (56,58,104). Sum of RGB (Red+Green+Blue) = 56+58+104=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #383A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383A68 is #C7C597. Grayscale: #3E3E3E. Windows color (decimal): -13092248 or 6830648. OLE color: 6830648.
HSL color Cylindrical-coordinate representation of color #383A68: hue angle of 237.5º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #383A68 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 56 | 58 | 104 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.59 |
| HSL | 237.5º | 0.3% | 0.31% | - |
| HSV(B) | 237.5º | 0.46% | 0.41% | - |
| XYZ | 5.64 | 4.87 | 13.74 | - |
| YUV | 62.65 | 151.34 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 58 | 104 | 0.46 | 0.44 | 0 | 0.59 | 237.5 | 0.3 | 0.31 |
| Hex | 38 | 3A | 68 | 2E | 2C | 0 | 3B | EE | 1E | 1F |
| Octal | 70 | 72 | 150 | 56 | 54 | 0 | 73 | 356 | 36 | 37 |
| Binary | 111000 | 111010 | 1101000 | 101110 | 101100 | 0 | 111011 | 11101110 | 11110 | 11111 |
Color Harmonies of #383A68
Complementary color
Monochromatic Colors of #383A68
Black with #383A68
Text Example
Text Example
White with #383A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383A68; }
p { color: rgb(56,58,104); }
H1.HeaderClassName
{
color: #383A68;
}
.AnyTagClassName
{
color: #383A68;
}
</style>
background-color css
<style>
a { background-color: #383A68; }
a { background-color: rgb(56,58,104); }
div.DivClassName
{
background-color: #383A68;
}
.BgClassName
{
background-color: #383A68;
}
</style>
border-color css
<style>
span { border-color: #383A68; }
span { border-color: rgb(56,58,104); }
td.TdClassName
{
border-color: #383A68;
}
.TagClassName
{
border-color: #383A68;
}
</style>