Shades of Sherpa Blue #00434B
Tints of Sherpa Blue #00434B
RGB
CMYK
RGB Variations
Color information
#00434B (or 0x00434B) is known color: Sherpa Blue. HEX triplet: 00, 43 and 4B. RGB value is (0,67,75). Sum of RGB (Red+Green+Blue) = 0+67+75=142 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #00434B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00434B is #FFBCB4. Grayscale: #2F2F2F. Windows color (decimal): -16759989 or 4932352. OLE color: 4932352.
HSL color Cylindrical-coordinate representation of color #00434B: hue angle of 186.4º 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 #00434B is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 67 | 75 | - |
| CMYK | 1 | 0.11 | 0 | 0.71 |
| HSL | 186.4º | 1% | 0.15% | - |
| HSV(B) | 186.4º | 1% | 0.29% | - |
| XYZ | 3.28 | 4.52 | 7.36 | - |
| YUV | 47.88 | 143.3 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 75 | 1 | 0.11 | 0 | 0.71 | 186.4 | 1 | 0.15 |
| Hex | 0 | 43 | 4B | 64 | B | 0 | 47 | BA | 64 | F |
| Octal | 0 | 103 | 113 | 144 | 13 | 0 | 107 | 272 | 144 | 17 |
| Binary | 0 | 1000011 | 1001011 | 1100100 | 1011 | 0 | 1000111 | 10111010 | 1100100 | 1111 |
Color Harmonies of #00434B
Complementary color
Monochromatic Colors of #00434B
Black with #00434B
Text Example
Text Example
White with #00434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00434B; }
p { color: rgb(0,67,75); }
H1.HeaderClassName
{
color: #00434B;
}
.AnyTagClassName
{
color: #00434B;
}
</style>
background-color css
<style>
a { background-color: #00434B; }
a { background-color: rgb(0,67,75); }
div.DivClassName
{
background-color: #00434B;
}
.BgClassName
{
background-color: #00434B;
}
</style>
border-color css
<style>
span { border-color: #00434B; }
span { border-color: rgb(0,67,75); }
td.TdClassName
{
border-color: #00434B;
}
.TagClassName
{
border-color: #00434B;
}
</style>