Shades of Sherpa Blue #00333F
Tints of Sherpa Blue #00333F
RGB
CMYK
RGB Variations
Color information
#00333F (or 0x00333F) is known color: Sherpa Blue. HEX triplet: 00, 33 and 3F. RGB value is (0,51,63). Sum of RGB (Red+Green+Blue) = 0+51+63=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 51 (20.31% from 255 or 44.74% from 114); Blue value is 63 (25% from 255 or 55.26% from 114); Max value from RGB is 63 - color contains mainly: blue. Hex color #00333F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00333F is #FFCCC0. Grayscale: #252525. Windows color (decimal): -16764097 or 4141824. OLE color: 4141824.
HSL color Cylindrical-coordinate representation of color #00333F: hue angle of 191.43º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00333F is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 51 | 63 | - |
| CMYK | 1 | 0.19 | 0 | 0.75 |
| HSL | 191.43º | 1% | 0.12% | - |
| HSV(B) | 191.43º | 1% | 0.25% | - |
| XYZ | 2.08 | 2.73 | 5.12 | - |
| YUV | 37.12 | 142.6 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 63 | 1 | 0.19 | 0 | 0.75 | 191.43 | 1 | 0.12 |
| Hex | 0 | 33 | 3F | 64 | 13 | 0 | 4B | BF | 64 | C |
| Octal | 0 | 63 | 77 | 144 | 23 | 0 | 113 | 277 | 144 | 14 |
| Binary | 0 | 110011 | 111111 | 1100100 | 10011 | 0 | 1001011 | 10111111 | 1100100 | 1100 |
Color Harmonies of #00333F
Complementary color
Monochromatic Colors of #00333F
Black with #00333F
Text Example
Text Example
White with #00333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00333F; }
p { color: rgb(0,51,63); }
H1.HeaderClassName
{
color: #00333F;
}
.AnyTagClassName
{
color: #00333F;
}
</style>
background-color css
<style>
a { background-color: #00333F; }
a { background-color: rgb(0,51,63); }
div.DivClassName
{
background-color: #00333F;
}
.BgClassName
{
background-color: #00333F;
}
</style>
border-color css
<style>
span { border-color: #00333F; }
span { border-color: rgb(0,51,63); }
td.TdClassName
{
border-color: #00333F;
}
.TagClassName
{
border-color: #00333F;
}
</style>