Shades of Deep Koamaru #383A67
Tints of Deep Koamaru #383A67
RGB
CMYK
RGB Variations
Color information
#383A67 (or 0x383A67) is known color: Deep Koamaru. HEX triplet: 38, 3A and 67. RGB value is (56,58,103). Sum of RGB (Red+Green+Blue) = 56+58+103=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 103 (40.62% from 255 or 47.47% from 217); Max value from RGB is 103 - color contains mainly: blue. Hex color #383A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383A67 is #C7C598. Grayscale: #3E3E3E. Windows color (decimal): -13092249 or 6765112. OLE color: 6765112.
HSL color Cylindrical-coordinate representation of color #383A67: hue angle of 237.45º 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 #383A67 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 56 | 58 | 103 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.60 |
| HSL | 237.45º | 0.3% | 0.31% | - |
| HSV(B) | 237.45º | 0.46% | 0.4% | - |
| XYZ | 5.59 | 4.85 | 13.47 | - |
| YUV | 62.53 | 150.84 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 58 | 103 | 0.46 | 0.44 | 0 | 0.60 | 237.45 | 0.3 | 0.31 |
| Hex | 38 | 3A | 67 | 2E | 2C | 0 | 3C | ED | 1E | 1F |
| Octal | 70 | 72 | 147 | 56 | 54 | 0 | 74 | 355 | 36 | 37 |
| Binary | 111000 | 111010 | 1100111 | 101110 | 101100 | 0 | 111100 | 11101101 | 11110 | 11111 |
Color Harmonies of #383A67
Complementary color
Monochromatic Colors of #383A67
Black with #383A67
Text Example
Text Example
White with #383A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383A67; }
p { color: rgb(56,58,103); }
H1.HeaderClassName
{
color: #383A67;
}
.AnyTagClassName
{
color: #383A67;
}
</style>
background-color css
<style>
a { background-color: #383A67; }
a { background-color: rgb(56,58,103); }
div.DivClassName
{
background-color: #383A67;
}
.BgClassName
{
background-color: #383A67;
}
</style>
border-color css
<style>
span { border-color: #383A67; }
span { border-color: rgb(56,58,103); }
td.TdClassName
{
border-color: #383A67;
}
.TagClassName
{
border-color: #383A67;
}
</style>