Shades of Deep Koamaru #383772
Tints of Deep Koamaru #383772
RGB
CMYK
RGB Variations
Color information
#383772 (or 0x383772) is known color: Deep Koamaru. HEX triplet: 38, 37 and 72. RGB value is (56,55,114). Sum of RGB (Red+Green+Blue) = 56+55+114=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #383772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383772 is #C7C88D. Grayscale: #3D3D3D. Windows color (decimal): -13093006 or 7485240. OLE color: 7485240.
HSL color Cylindrical-coordinate representation of color #383772: hue angle of 241.02º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #383772 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 55 | 114 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.55 |
| HSL | 241.02º | 0.35% | 0.33% | - |
| HSV(B) | 241.02º | 0.52% | 0.45% | - |
| XYZ | 6.03 | 4.79 | 16.53 | - |
| YUV | 62.03 | 157.33 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 55 | 114 | 0.51 | 0.52 | 0 | 0.55 | 241.02 | 0.35 | 0.33 |
| Hex | 38 | 37 | 72 | 33 | 34 | 0 | 37 | F1 | 23 | 21 |
| Octal | 70 | 67 | 162 | 63 | 64 | 0 | 67 | 361 | 43 | 41 |
| Binary | 111000 | 110111 | 1110010 | 110011 | 110100 | 0 | 110111 | 11110001 | 100011 | 100001 |
Color Harmonies of #383772
Complementary color
Monochromatic Colors of #383772
Black with #383772
Text Example
Text Example
White with #383772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383772; }
p { color: rgb(56,55,114); }
H1.HeaderClassName
{
color: #383772;
}
.AnyTagClassName
{
color: #383772;
}
</style>
background-color css
<style>
a { background-color: #383772; }
a { background-color: rgb(56,55,114); }
div.DivClassName
{
background-color: #383772;
}
.BgClassName
{
background-color: #383772;
}
</style>
border-color css
<style>
span { border-color: #383772; }
span { border-color: rgb(56,55,114); }
td.TdClassName
{
border-color: #383772;
}
.TagClassName
{
border-color: #383772;
}
</style>