Shades of Sherpa Blue #003F4B
Tints of Sherpa Blue #003F4B
RGB
CMYK
RGB Variations
Color information
#003F4B (or 0x003F4B) is known color: Sherpa Blue. HEX triplet: 00, 3F and 4B. RGB value is (0,63,75). Sum of RGB (Red+Green+Blue) = 0+63+75=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 63 (25% from 255 or 45.65% from 138); Blue value is 75 (29.69% from 255 or 54.35% from 138); Max value from RGB is 75 - color contains mainly: blue. Hex color #003F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003F4B is #FFC0B4. Grayscale: #2D2D2D. Windows color (decimal): -16761013 or 4931328. OLE color: 4931328.
HSL color Cylindrical-coordinate representation of color #003F4B: hue angle of 189.6º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003F4B is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 63 | 75 | - |
| CMYK | 1 | 0.16 | 0 | 0.71 |
| HSL | 189.6º | 1% | 0.15% | - |
| HSV(B) | 189.6º | 1% | 0.29% | - |
| XYZ | 3.05 | 4.06 | 7.28 | - |
| YUV | 45.53 | 144.63 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 63 | 75 | 1 | 0.16 | 0 | 0.71 | 189.6 | 1 | 0.15 |
| Hex | 0 | 3F | 4B | 64 | 10 | 0 | 47 | BE | 64 | F |
| Octal | 0 | 77 | 113 | 144 | 20 | 0 | 107 | 276 | 144 | 17 |
| Binary | 0 | 111111 | 1001011 | 1100100 | 10000 | 0 | 1000111 | 10111110 | 1100100 | 1111 |
Color Harmonies of #003F4B
Complementary color
Monochromatic Colors of #003F4B
Black with #003F4B
Text Example
Text Example
White with #003F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003F4B; }
p { color: rgb(0,63,75); }
H1.HeaderClassName
{
color: #003F4B;
}
.AnyTagClassName
{
color: #003F4B;
}
</style>
background-color css
<style>
a { background-color: #003F4B; }
a { background-color: rgb(0,63,75); }
div.DivClassName
{
background-color: #003F4B;
}
.BgClassName
{
background-color: #003F4B;
}
</style>
border-color css
<style>
span { border-color: #003F4B; }
span { border-color: rgb(0,63,75); }
td.TdClassName
{
border-color: #003F4B;
}
.TagClassName
{
border-color: #003F4B;
}
</style>