Shades of Sherpa Blue #034A4A
Tints of Sherpa Blue #034A4A
RGB
CMYK
RGB Variations
Color information
#034A4A (or 0x034A4A) is known color: Sherpa Blue. HEX triplet: 03, 4A and 4A. RGB value is (3,74,74). Sum of RGB (Red+Green+Blue) = 3+74+74=151 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.99% from 151); Green value is 74 (29.30% from 255 or 49.01% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: green, blue. Hex color #034A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034A4A is #FCB5B5. Grayscale: #343434. Windows color (decimal): -16561590 or 4868611. OLE color: 4868611.
HSL color Cylindrical-coordinate representation of color #034A4A: hue angle of 180º 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 #034A4A is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 74 | 74 | - |
| CMYK | 0.96 | 0 | 0 | 0.71 |
| HSL | 180º | 0.92% | 0.15% | - |
| HSV(B) | 180º | 0.96% | 0.29% | - |
| XYZ | 3.72 | 5.41 | 7.33 | - |
| YUV | 52.77 | 139.98 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 74 | 0.96 | 0 | 0 | 0.71 | 180 | 0.92 | 0.15 |
| Hex | 3 | 4A | 4A | 60 | 0 | 0 | 47 | B4 | 5C | F |
| Octal | 3 | 112 | 112 | 140 | 0 | 0 | 107 | 264 | 134 | 17 |
| Binary | 11 | 1001010 | 1001010 | 1100000 | 0 | 0 | 1000111 | 10110100 | 1011100 | 1111 |
Color Harmonies of #034A4A
Complementary color
Monochromatic Colors of #034A4A
Black with #034A4A
Text Example
Text Example
White with #034A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034A4A; }
p { color: rgb(3,74,74); }
H1.HeaderClassName
{
color: #034A4A;
}
.AnyTagClassName
{
color: #034A4A;
}
</style>
background-color css
<style>
a { background-color: #034A4A; }
a { background-color: rgb(3,74,74); }
div.DivClassName
{
background-color: #034A4A;
}
.BgClassName
{
background-color: #034A4A;
}
</style>
border-color css
<style>
span { border-color: #034A4A; }
span { border-color: rgb(3,74,74); }
td.TdClassName
{
border-color: #034A4A;
}
.TagClassName
{
border-color: #034A4A;
}
</style>