Shades of Sherpa Blue #03434F
Tints of Sherpa Blue #03434F
RGB
CMYK
RGB Variations
Color information
#03434F (or 0x03434F) is known color: Sherpa Blue. HEX triplet: 03, 43 and 4F. RGB value is (3,67,79). Sum of RGB (Red+Green+Blue) = 3+67+79=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 67 (26.56% from 255 or 44.97% from 149); Blue value is 79 (31.25% from 255 or 53.02% from 149); Max value from RGB is 79 - color contains mainly: blue. Hex color #03434F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #03434F is #FCBCB0. Grayscale: #313131. Windows color (decimal): -16563377 or 5194499. OLE color: 5194499.
HSL color Cylindrical-coordinate representation of color #03434F: hue angle of 189.47º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03434F is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 67 | 79 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.69 |
| HSL | 189.47º | 0.93% | 0.16% | - |
| HSV(B) | 189.47º | 0.96% | 0.31% | - |
| XYZ | 3.46 | 4.6 | 8.1 | - |
| YUV | 49.23 | 144.8 | 95.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 67 | 79 | 0.96 | 0.15 | 0 | 0.69 | 189.47 | 0.93 | 0.16 |
| Hex | 3 | 43 | 4F | 60 | F | 0 | 45 | BD | 5D | 10 |
| Octal | 3 | 103 | 117 | 140 | 17 | 0 | 105 | 275 | 135 | 20 |
| Binary | 11 | 1000011 | 1001111 | 1100000 | 1111 | 0 | 1000101 | 10111101 | 1011101 | 10000 |
Color Harmonies of #03434F
Complementary color
Monochromatic Colors of #03434F
Black with #03434F
Text Example
Text Example
White with #03434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03434F; }
p { color: rgb(3,67,79); }
H1.HeaderClassName
{
color: #03434F;
}
.AnyTagClassName
{
color: #03434F;
}
</style>
background-color css
<style>
a { background-color: #03434F; }
a { background-color: rgb(3,67,79); }
div.DivClassName
{
background-color: #03434F;
}
.BgClassName
{
background-color: #03434F;
}
</style>
border-color css
<style>
span { border-color: #03434F; }
span { border-color: rgb(3,67,79); }
td.TdClassName
{
border-color: #03434F;
}
.TagClassName
{
border-color: #03434F;
}
</style>