Shades of Sherpa Blue #034043
Tints of Sherpa Blue #034043
RGB
CMYK
RGB Variations
Color information
#034043 (or 0x034043) is known color: Sherpa Blue. HEX triplet: 03, 40 and 43. RGB value is (3,64,67). Sum of RGB (Red+Green+Blue) = 3+64+67=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 67 (26.56% from 255 or 50% from 134); Max value from RGB is 67 - color contains mainly: blue. Hex color #034043 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034043 is #FCBFBC. Grayscale: #2E2E2E. Windows color (decimal): -16564157 or 4407299. OLE color: 4407299.
HSL color Cylindrical-coordinate representation of color #034043: hue angle of 182.81º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034043 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 64 | 67 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.74 |
| HSL | 182.81º | 0.91% | 0.14% | - |
| HSV(B) | 182.81º | 0.96% | 0.26% | - |
| XYZ | 2.88 | 4.09 | 5.95 | - |
| YUV | 46.1 | 139.79 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 67 | 0.96 | 0.04 | 0 | 0.74 | 182.81 | 0.91 | 0.14 |
| Hex | 3 | 40 | 43 | 60 | 4 | 0 | 4A | B7 | 5B | E |
| Octal | 3 | 100 | 103 | 140 | 4 | 0 | 112 | 267 | 133 | 16 |
| Binary | 11 | 1000000 | 1000011 | 1100000 | 100 | 0 | 1001010 | 10110111 | 1011011 | 1110 |
Color Harmonies of #034043
Complementary color
Monochromatic Colors of #034043
Black with #034043
Text Example
Text Example
White with #034043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034043; }
p { color: rgb(3,64,67); }
H1.HeaderClassName
{
color: #034043;
}
.AnyTagClassName
{
color: #034043;
}
</style>
background-color css
<style>
a { background-color: #034043; }
a { background-color: rgb(3,64,67); }
div.DivClassName
{
background-color: #034043;
}
.BgClassName
{
background-color: #034043;
}
</style>
border-color css
<style>
span { border-color: #034043; }
span { border-color: rgb(3,64,67); }
td.TdClassName
{
border-color: #034043;
}
.TagClassName
{
border-color: #034043;
}
</style>