Shades of Sherpa Blue #003241
Tints of Sherpa Blue #003241
RGB
CMYK
RGB Variations
Color information
#003241 (or 0x003241) is known color: Sherpa Blue. HEX triplet: 00, 32 and 41. RGB value is (0,50,65). Sum of RGB (Red+Green+Blue) = 0+50+65=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 65 (25.78% from 255 or 56.52% from 115); Max value from RGB is 65 - color contains mainly: blue. Hex color #003241 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003241 is #FFCDBE. Grayscale: #242424. Windows color (decimal): -16764351 or 4272640. OLE color: 4272640.
HSL color Cylindrical-coordinate representation of color #003241: hue angle of 193.85º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003241 is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 50 | 65 | - |
| CMYK | 1 | 0.23 | 0 | 0.75 |
| HSL | 193.85º | 1% | 0.13% | - |
| HSV(B) | 193.85º | 1% | 0.25% | - |
| XYZ | 2.09 | 2.66 | 5.4 | - |
| YUV | 36.76 | 143.94 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 50 | 65 | 1 | 0.23 | 0 | 0.75 | 193.85 | 1 | 0.13 |
| Hex | 0 | 32 | 41 | 64 | 17 | 0 | 4B | C2 | 64 | D |
| Octal | 0 | 62 | 101 | 144 | 27 | 0 | 113 | 302 | 144 | 15 |
| Binary | 0 | 110010 | 1000001 | 1100100 | 10111 | 0 | 1001011 | 11000010 | 1100100 | 1101 |
Color Harmonies of #003241
Complementary color
Monochromatic Colors of #003241
Black with #003241
Text Example
Text Example
White with #003241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003241; }
p { color: rgb(0,50,65); }
H1.HeaderClassName
{
color: #003241;
}
.AnyTagClassName
{
color: #003241;
}
</style>
background-color css
<style>
a { background-color: #003241; }
a { background-color: rgb(0,50,65); }
div.DivClassName
{
background-color: #003241;
}
.BgClassName
{
background-color: #003241;
}
</style>
border-color css
<style>
span { border-color: #003241; }
span { border-color: rgb(0,50,65); }
td.TdClassName
{
border-color: #003241;
}
.TagClassName
{
border-color: #003241;
}
</style>