Shades of Deep Koamaru #353263
Tints of Deep Koamaru #353263
RGB
CMYK
RGB Variations
Color information
#353263 (or 0x353263) is known color: Deep Koamaru. HEX triplet: 35, 32 and 63. RGB value is (53,50,99). Sum of RGB (Red+Green+Blue) = 53+50+99=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 99 (39.06% from 255 or 49.01% from 202); Max value from RGB is 99 - color contains mainly: blue. Hex color #353263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #353263 is #CACD9C. Grayscale: #383838. Windows color (decimal): -13290909 or 6500917. OLE color: 6500917.
HSL color Cylindrical-coordinate representation of color #353263: hue angle of 243.67º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #353263 is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 53 | 50 | 99 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.61 |
| HSL | 243.67º | 0.33% | 0.29% | - |
| HSV(B) | 243.67º | 0.49% | 0.39% | - |
| XYZ | 4.86 | 3.94 | 12.31 | - |
| YUV | 56.48 | 151.99 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 50 | 99 | 0.46 | 0.49 | 0 | 0.61 | 243.67 | 0.33 | 0.29 |
| Hex | 35 | 32 | 63 | 2E | 31 | 0 | 3D | F4 | 21 | 1D |
| Octal | 65 | 62 | 143 | 56 | 61 | 0 | 75 | 364 | 41 | 35 |
| Binary | 110101 | 110010 | 1100011 | 101110 | 110001 | 0 | 111101 | 11110100 | 100001 | 11101 |
Color Harmonies of #353263
Complementary color
Monochromatic Colors of #353263
Black with #353263
Text Example
Text Example
White with #353263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353263; }
p { color: rgb(53,50,99); }
H1.HeaderClassName
{
color: #353263;
}
.AnyTagClassName
{
color: #353263;
}
</style>
background-color css
<style>
a { background-color: #353263; }
a { background-color: rgb(53,50,99); }
div.DivClassName
{
background-color: #353263;
}
.BgClassName
{
background-color: #353263;
}
</style>
border-color css
<style>
span { border-color: #353263; }
span { border-color: rgb(53,50,99); }
td.TdClassName
{
border-color: #353263;
}
.TagClassName
{
border-color: #353263;
}
</style>