Shades of Shark #35363B
Tints of Shark #35363B
RGB
CMYK
RGB Variations
Color information
#35363B (or 0x35363B) is known color: Shark. HEX triplet: 35, 36 and 3B. RGB value is (53,54,59). Sum of RGB (Red+Green+Blue) = 53+54+59=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 59 - color contains mainly: blue. Hex color #35363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35363B is #CAC9C4. Grayscale: #363636. Windows color (decimal): -13289925 or 3880501. OLE color: 3880501.
HSL color Cylindrical-coordinate representation of color #35363B: hue angle of 230º degrees, saturation: 0.05, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #35363B is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 53 | 54 | 59 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.77 |
| HSL | 230º | 0.05% | 0.22% | - |
| HSV(B) | 230º | 0.1% | 0.23% | - |
| XYZ | 3.58 | 3.71 | 4.67 | - |
| YUV | 54.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 54 | 59 | 0.10 | 0.08 | 0 | 0.77 | 230 | 0.05 | 0.22 |
| Hex | 35 | 36 | 3B | A | 8 | 0 | 4D | E6 | 5 | 16 |
| Octal | 65 | 66 | 73 | 12 | 10 | 0 | 115 | 346 | 5 | 26 |
| Binary | 110101 | 110110 | 111011 | 1010 | 1000 | 0 | 1001101 | 11100110 | 101 | 10110 |
Color Harmonies of #35363B
Complementary color
Monochromatic Colors of #35363B
Black with #35363B
Text Example
Text Example
White with #35363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35363B; }
p { color: rgb(53,54,59); }
H1.HeaderClassName
{
color: #35363B;
}
.AnyTagClassName
{
color: #35363B;
}
</style>
background-color css
<style>
a { background-color: #35363B; }
a { background-color: rgb(53,54,59); }
div.DivClassName
{
background-color: #35363B;
}
.BgClassName
{
background-color: #35363B;
}
</style>
border-color css
<style>
span { border-color: #35363B; }
span { border-color: rgb(53,54,59); }
td.TdClassName
{
border-color: #35363B;
}
.TagClassName
{
border-color: #35363B;
}
</style>