Shades of Deep Koamaru #383A62
Tints of Deep Koamaru #383A62
RGB
CMYK
RGB Variations
Color information
#383A62 (or 0x383A62) is known color: Deep Koamaru. HEX triplet: 38, 3A and 62. RGB value is (56,58,98). Sum of RGB (Red+Green+Blue) = 56+58+98=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 98 - color contains mainly: blue. Hex color #383A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383A62 is #C7C59D. Grayscale: #3D3D3D. Windows color (decimal): -13092254 or 6437432. OLE color: 6437432.
HSL color Cylindrical-coordinate representation of color #383A62: hue angle of 237.14º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #383A62 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 58 | 98 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.62 |
| HSL | 237.14º | 0.27% | 0.3% | - |
| HSV(B) | 237.14º | 0.43% | 0.38% | - |
| XYZ | 5.35 | 4.75 | 12.19 | - |
| YUV | 61.96 | 148.34 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 58 | 98 | 0.43 | 0.41 | 0 | 0.62 | 237.14 | 0.27 | 0.3 |
| Hex | 38 | 3A | 62 | 2B | 29 | 0 | 3E | ED | 1B | 1E |
| Octal | 70 | 72 | 142 | 53 | 51 | 0 | 76 | 355 | 33 | 36 |
| Binary | 111000 | 111010 | 1100010 | 101011 | 101001 | 0 | 111110 | 11101101 | 11011 | 11110 |
Color Harmonies of #383A62
Complementary color
Monochromatic Colors of #383A62
Black with #383A62
Text Example
Text Example
White with #383A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383A62; }
p { color: rgb(56,58,98); }
H1.HeaderClassName
{
color: #383A62;
}
.AnyTagClassName
{
color: #383A62;
}
</style>
background-color css
<style>
a { background-color: #383A62; }
a { background-color: rgb(56,58,98); }
div.DivClassName
{
background-color: #383A62;
}
.BgClassName
{
background-color: #383A62;
}
</style>
border-color css
<style>
span { border-color: #383A62; }
span { border-color: rgb(56,58,98); }
td.TdClassName
{
border-color: #383A62;
}
.TagClassName
{
border-color: #383A62;
}
</style>