Shades of Sherpa Blue #03434B
Tints of Sherpa Blue #03434B
RGB
CMYK
RGB Variations
Color information
#03434B (or 0x03434B) is known color: Sherpa Blue. HEX triplet: 03, 43 and 4B. RGB value is (3,67,75). Sum of RGB (Red+Green+Blue) = 3+67+75=145 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.07% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 75 (29.69% from 255 or 51.72% from 145); Max value from RGB is 75 - color contains mainly: blue. Hex color #03434B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03434B is #FCBCB4. Grayscale: #303030. Windows color (decimal): -16563381 or 4932355. OLE color: 4932355.
HSL color Cylindrical-coordinate representation of color #03434B: hue angle of 186.67º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03434B is Cyan = 0.96, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 67 | 75 | - |
| CMYK | 0.96 | 0.11 | 0 | 0.71 |
| HSL | 186.67º | 0.92% | 0.15% | - |
| HSV(B) | 186.67º | 0.96% | 0.29% | - |
| XYZ | 3.31 | 4.54 | 7.36 | - |
| YUV | 48.78 | 142.8 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 67 | 75 | 0.96 | 0.11 | 0 | 0.71 | 186.67 | 0.92 | 0.15 |
| Hex | 3 | 43 | 4B | 60 | B | 0 | 47 | BB | 5C | F |
| Octal | 3 | 103 | 113 | 140 | 13 | 0 | 107 | 273 | 134 | 17 |
| Binary | 11 | 1000011 | 1001011 | 1100000 | 1011 | 0 | 1000111 | 10111011 | 1011100 | 1111 |
Color Harmonies of #03434B
Complementary color
Monochromatic Colors of #03434B
Black with #03434B
Text Example
Text Example
White with #03434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03434B; }
p { color: rgb(3,67,75); }
H1.HeaderClassName
{
color: #03434B;
}
.AnyTagClassName
{
color: #03434B;
}
</style>
background-color css
<style>
a { background-color: #03434B; }
a { background-color: rgb(3,67,75); }
div.DivClassName
{
background-color: #03434B;
}
.BgClassName
{
background-color: #03434B;
}
</style>
border-color css
<style>
span { border-color: #03434B; }
span { border-color: rgb(3,67,75); }
td.TdClassName
{
border-color: #03434B;
}
.TagClassName
{
border-color: #03434B;
}
</style>