Shades of Deep Koamaru #38336A
Tints of Deep Koamaru #38336A
RGB
CMYK
RGB Variations
Color information
#38336A (or 0x38336A) is known color: Deep Koamaru. HEX triplet: 38, 33 and 6A. RGB value is (56,51,106). Sum of RGB (Red+Green+Blue) = 56+51+106=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 51 (20.31% from 255 or 23.94% from 213); Blue value is 106 (41.80% from 255 or 49.77% from 213); Max value from RGB is 106 - color contains mainly: blue. Hex color #38336A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38336A is #C7CC95. Grayscale: #3A3A3A. Windows color (decimal): -13094038 or 6959928. OLE color: 6959928.
HSL color Cylindrical-coordinate representation of color #38336A: hue angle of 245.45º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38336A is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 51 | 106 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.58 |
| HSL | 245.45º | 0.35% | 0.31% | - |
| HSV(B) | 245.45º | 0.52% | 0.42% | - |
| XYZ | 5.42 | 4.25 | 14.17 | - |
| YUV | 58.77 | 154.66 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 51 | 106 | 0.47 | 0.52 | 0 | 0.58 | 245.45 | 0.35 | 0.31 |
| Hex | 38 | 33 | 6A | 2F | 34 | 0 | 3A | F5 | 23 | 1F |
| Octal | 70 | 63 | 152 | 57 | 64 | 0 | 72 | 365 | 43 | 37 |
| Binary | 111000 | 110011 | 1101010 | 101111 | 110100 | 0 | 111010 | 11110101 | 100011 | 11111 |
Color Harmonies of #38336A
Complementary color
Monochromatic Colors of #38336A
Black with #38336A
Text Example
Text Example
White with #38336A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38336A; }
p { color: rgb(56,51,106); }
H1.HeaderClassName
{
color: #38336A;
}
.AnyTagClassName
{
color: #38336A;
}
</style>
background-color css
<style>
a { background-color: #38336A; }
a { background-color: rgb(56,51,106); }
div.DivClassName
{
background-color: #38336A;
}
.BgClassName
{
background-color: #38336A;
}
</style>
border-color css
<style>
span { border-color: #38336A; }
span { border-color: rgb(56,51,106); }
td.TdClassName
{
border-color: #38336A;
}
.TagClassName
{
border-color: #38336A;
}
</style>