Shades of Deep Koamaru #383269
Tints of Deep Koamaru #383269
RGB
CMYK
RGB Variations
Color information
#383269 (or 0x383269) is known color: Deep Koamaru. HEX triplet: 38, 32 and 69. RGB value is (56,50,105). Sum of RGB (Red+Green+Blue) = 56+50+105=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #383269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383269 is #C7CD96. Grayscale: #393939. Windows color (decimal): -13094295 or 6894136. OLE color: 6894136.
HSL color Cylindrical-coordinate representation of color #383269: hue angle of 246.55º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #383269 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 56 | 50 | 105 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.59 |
| HSL | 246.55º | 0.35% | 0.3% | - |
| HSV(B) | 246.55º | 0.52% | 0.41% | - |
| XYZ | 5.32 | 4.14 | 13.88 | - |
| YUV | 58.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 50 | 105 | 0.47 | 0.52 | 0 | 0.59 | 246.55 | 0.35 | 0.3 |
| Hex | 38 | 32 | 69 | 2F | 34 | 0 | 3B | F7 | 23 | 1E |
| Octal | 70 | 62 | 151 | 57 | 64 | 0 | 73 | 367 | 43 | 36 |
| Binary | 111000 | 110010 | 1101001 | 101111 | 110100 | 0 | 111011 | 11110111 | 100011 | 11110 |
Color Harmonies of #383269
Complementary color
Monochromatic Colors of #383269
Black with #383269
Text Example
Text Example
White with #383269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383269; }
p { color: rgb(56,50,105); }
H1.HeaderClassName
{
color: #383269;
}
.AnyTagClassName
{
color: #383269;
}
</style>
background-color css
<style>
a { background-color: #383269; }
a { background-color: rgb(56,50,105); }
div.DivClassName
{
background-color: #383269;
}
.BgClassName
{
background-color: #383269;
}
</style>
border-color css
<style>
span { border-color: #383269; }
span { border-color: rgb(56,50,105); }
td.TdClassName
{
border-color: #383269;
}
.TagClassName
{
border-color: #383269;
}
</style>