Shades of Sherpa Blue #00353D
Tints of Sherpa Blue #00353D
RGB
CMYK
RGB Variations
Color information
#00353D (or 0x00353D) is known color: Sherpa Blue. HEX triplet: 00, 35 and 3D. RGB value is (0,53,61). Sum of RGB (Red+Green+Blue) = 0+53+61=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 53 (21.09% from 255 or 46.49% from 114); Blue value is 61 (24.22% from 255 or 53.51% from 114); Max value from RGB is 61 - color contains mainly: blue. Hex color #00353D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00353D is #FFCAC2. Grayscale: #252525. Windows color (decimal): -16763587 or 4011264. OLE color: 4011264.
HSL color Cylindrical-coordinate representation of color #00353D: hue angle of 187.87º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00353D is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 53 | 61 | - |
| CMYK | 1 | 0.13 | 0 | 0.76 |
| HSL | 187.87º | 1% | 0.12% | - |
| HSV(B) | 187.87º | 1% | 0.24% | - |
| XYZ | 2.12 | 2.88 | 4.86 | - |
| YUV | 38.07 | 140.94 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 53 | 61 | 1 | 0.13 | 0 | 0.76 | 187.87 | 1 | 0.12 |
| Hex | 0 | 35 | 3D | 64 | D | 0 | 4C | BC | 64 | C |
| Octal | 0 | 65 | 75 | 144 | 15 | 0 | 114 | 274 | 144 | 14 |
| Binary | 0 | 110101 | 111101 | 1100100 | 1101 | 0 | 1001100 | 10111100 | 1100100 | 1100 |
Color Harmonies of #00353D
Complementary color
Monochromatic Colors of #00353D
Black with #00353D
Text Example
Text Example
White with #00353D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00353D; }
p { color: rgb(0,53,61); }
H1.HeaderClassName
{
color: #00353D;
}
.AnyTagClassName
{
color: #00353D;
}
</style>
background-color css
<style>
a { background-color: #00353D; }
a { background-color: rgb(0,53,61); }
div.DivClassName
{
background-color: #00353D;
}
.BgClassName
{
background-color: #00353D;
}
</style>
border-color css
<style>
span { border-color: #00353D; }
span { border-color: rgb(0,53,61); }
td.TdClassName
{
border-color: #00353D;
}
.TagClassName
{
border-color: #00353D;
}
</style>