Shades of Sherpa Blue #00384B
Tints of Sherpa Blue #00384B
RGB
CMYK
RGB Variations
Color information
#00384B (or 0x00384B) is known color: Sherpa Blue. HEX triplet: 00, 38 and 4B. RGB value is (0,56,75). Sum of RGB (Red+Green+Blue) = 0+56+75=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 75 (29.69% from 255 or 57.25% from 131); Max value from RGB is 75 - color contains mainly: blue. Hex color #00384B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00384B is #FFC7B4. Grayscale: #292929. Windows color (decimal): -16762805 or 4929536. OLE color: 4929536.
HSL color Cylindrical-coordinate representation of color #00384B: hue angle of 195.2º 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 #00384B is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 56 | 75 | - |
| CMYK | 1 | 0.25 | 0 | 0.71 |
| HSL | 195.2º | 1% | 0.15% | - |
| HSV(B) | 195.2º | 1% | 0.29% | - |
| XYZ | 2.68 | 3.34 | 7.16 | - |
| YUV | 41.42 | 146.95 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 56 | 75 | 1 | 0.25 | 0 | 0.71 | 195.2 | 1 | 0.15 |
| Hex | 0 | 38 | 4B | 64 | 19 | 0 | 47 | C3 | 64 | F |
| Octal | 0 | 70 | 113 | 144 | 31 | 0 | 107 | 303 | 144 | 17 |
| Binary | 0 | 111000 | 1001011 | 1100100 | 11001 | 0 | 1000111 | 11000011 | 1100100 | 1111 |
Color Harmonies of #00384B
Complementary color
Monochromatic Colors of #00384B
Black with #00384B
Text Example
Text Example
White with #00384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00384B; }
p { color: rgb(0,56,75); }
H1.HeaderClassName
{
color: #00384B;
}
.AnyTagClassName
{
color: #00384B;
}
</style>
background-color css
<style>
a { background-color: #00384B; }
a { background-color: rgb(0,56,75); }
div.DivClassName
{
background-color: #00384B;
}
.BgClassName
{
background-color: #00384B;
}
</style>
border-color css
<style>
span { border-color: #00384B; }
span { border-color: rgb(0,56,75); }
td.TdClassName
{
border-color: #00384B;
}
.TagClassName
{
border-color: #00384B;
}
</style>