Shades of Deep Koamaru #38395A
Tints of Deep Koamaru #38395A
RGB
CMYK
RGB Variations
Color information
#38395A (or 0x38395A) is known color: Deep Koamaru. HEX triplet: 38, 39 and 5A. RGB value is (56,57,90). Sum of RGB (Red+Green+Blue) = 56+57+90=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 90 - color contains mainly: blue. Hex color #38395A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38395A is #C7C6A5. Grayscale: #3C3C3C. Windows color (decimal): -13092518 or 5912888. OLE color: 5912888.
HSL color Cylindrical-coordinate representation of color #38395A: hue angle of 238.24º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #38395A is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 57 | 90 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.65 |
| HSL | 238.24º | 0.23% | 0.29% | - |
| HSV(B) | 238.24º | 0.38% | 0.35% | - |
| XYZ | 4.94 | 4.51 | 10.28 | - |
| YUV | 60.46 | 144.67 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 57 | 90 | 0.38 | 0.37 | 0 | 0.65 | 238.24 | 0.23 | 0.29 |
| Hex | 38 | 39 | 5A | 26 | 25 | 0 | 41 | EE | 17 | 1D |
| Octal | 70 | 71 | 132 | 46 | 45 | 0 | 101 | 356 | 27 | 35 |
| Binary | 111000 | 111001 | 1011010 | 100110 | 100101 | 0 | 1000001 | 11101110 | 10111 | 11101 |
Color Harmonies of #38395A
Complementary color
Monochromatic Colors of #38395A
Black with #38395A
Text Example
Text Example
White with #38395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38395A; }
p { color: rgb(56,57,90); }
H1.HeaderClassName
{
color: #38395A;
}
.AnyTagClassName
{
color: #38395A;
}
</style>
background-color css
<style>
a { background-color: #38395A; }
a { background-color: rgb(56,57,90); }
div.DivClassName
{
background-color: #38395A;
}
.BgClassName
{
background-color: #38395A;
}
</style>
border-color css
<style>
span { border-color: #38395A; }
span { border-color: rgb(56,57,90); }
td.TdClassName
{
border-color: #38395A;
}
.TagClassName
{
border-color: #38395A;
}
</style>