Shades of Deep Koamaru #38385C
Tints of Deep Koamaru #38385C
RGB
CMYK
RGB Variations
Color information
#38385C (or 0x38385C) is known color: Deep Koamaru. HEX triplet: 38, 38 and 5C. RGB value is (56,56,92). Sum of RGB (Red+Green+Blue) = 56+56+92=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #38385C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38385C is #C7C7A3. Grayscale: #3B3B3B. Windows color (decimal): -13092772 or 6043704. OLE color: 6043704.
HSL color Cylindrical-coordinate representation of color #38385C: hue angle of 240º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #38385C is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 56 | 92 | - |
| CMYK | 0.39 | 0.39 | 0 | 0.64 |
| HSL | 240º | 0.24% | 0.29% | - |
| HSV(B) | 240º | 0.39% | 0.36% | - |
| XYZ | 4.98 | 4.44 | 10.72 | - |
| YUV | 60.1 | 146 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 56 | 92 | 0.39 | 0.39 | 0 | 0.64 | 240 | 0.24 | 0.29 |
| Hex | 38 | 38 | 5C | 27 | 27 | 0 | 40 | F0 | 18 | 1D |
| Octal | 70 | 70 | 134 | 47 | 47 | 0 | 100 | 360 | 30 | 35 |
| Binary | 111000 | 111000 | 1011100 | 100111 | 100111 | 0 | 1000000 | 11110000 | 11000 | 11101 |
Color Harmonies of #38385C
Complementary color
Monochromatic Colors of #38385C
Black with #38385C
Text Example
Text Example
White with #38385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38385C; }
p { color: rgb(56,56,92); }
H1.HeaderClassName
{
color: #38385C;
}
.AnyTagClassName
{
color: #38385C;
}
</style>
background-color css
<style>
a { background-color: #38385C; }
a { background-color: rgb(56,56,92); }
div.DivClassName
{
background-color: #38385C;
}
.BgClassName
{
background-color: #38385C;
}
</style>
border-color css
<style>
span { border-color: #38385C; }
span { border-color: rgb(56,56,92); }
td.TdClassName
{
border-color: #38385C;
}
.TagClassName
{
border-color: #38385C;
}
</style>