Shades of Deep Koamaru #363262
Tints of Deep Koamaru #363262
RGB
CMYK
RGB Variations
Color information
#363262 (or 0x363262) is known color: Deep Koamaru. HEX triplet: 36, 32 and 62. RGB value is (54,50,98). Sum of RGB (Red+Green+Blue) = 54+50+98=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 98 (38.67% from 255 or 48.51% from 202); Max value from RGB is 98 - color contains mainly: blue. Hex color #363262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363262 is #C9CD9D. Grayscale: #383838. Windows color (decimal): -13225374 or 6435382. OLE color: 6435382.
HSL color Cylindrical-coordinate representation of color #363262: hue angle of 245º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #363262 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 54 | 50 | 98 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.62 |
| HSL | 245º | 0.32% | 0.29% | - |
| HSV(B) | 245º | 0.49% | 0.38% | - |
| XYZ | 4.87 | 3.95 | 12.06 | - |
| YUV | 56.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 50 | 98 | 0.45 | 0.49 | 0 | 0.62 | 245 | 0.32 | 0.29 |
| Hex | 36 | 32 | 62 | 2D | 31 | 0 | 3E | F5 | 20 | 1D |
| Octal | 66 | 62 | 142 | 55 | 61 | 0 | 76 | 365 | 40 | 35 |
| Binary | 110110 | 110010 | 1100010 | 101101 | 110001 | 0 | 111110 | 11110101 | 100000 | 11101 |
Color Harmonies of #363262
Complementary color
Monochromatic Colors of #363262
Black with #363262
Text Example
Text Example
White with #363262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363262; }
p { color: rgb(54,50,98); }
H1.HeaderClassName
{
color: #363262;
}
.AnyTagClassName
{
color: #363262;
}
</style>
background-color css
<style>
a { background-color: #363262; }
a { background-color: rgb(54,50,98); }
div.DivClassName
{
background-color: #363262;
}
.BgClassName
{
background-color: #363262;
}
</style>
border-color css
<style>
span { border-color: #363262; }
span { border-color: rgb(54,50,98); }
td.TdClassName
{
border-color: #363262;
}
.TagClassName
{
border-color: #363262;
}
</style>