Shades of Sherpa Blue #034A5C
Tints of Sherpa Blue #034A5C
RGB
CMYK
RGB Variations
Color information
#034A5C (or 0x034A5C) is known color: Sherpa Blue. HEX triplet: 03, 4A and 5C. RGB value is (3,74,92). Sum of RGB (Red+Green+Blue) = 3+74+92=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 74 (29.30% from 255 or 43.79% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #034A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034A5C is #FCB5A3. Grayscale: #363636. Windows color (decimal): -16561572 or 6048259. OLE color: 6048259.
HSL color Cylindrical-coordinate representation of color #034A5C: hue angle of 192.13º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034A5C is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 74 | 92 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.64 |
| HSL | 192.13º | 0.94% | 0.19% | - |
| HSV(B) | 192.13º | 0.97% | 0.36% | - |
| XYZ | 4.42 | 5.69 | 10.99 | - |
| YUV | 54.82 | 148.98 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 92 | 0.97 | 0.20 | 0 | 0.64 | 192.13 | 0.94 | 0.19 |
| Hex | 3 | 4A | 5C | 61 | 14 | 0 | 40 | C0 | 5E | 13 |
| Octal | 3 | 112 | 134 | 141 | 24 | 0 | 100 | 300 | 136 | 23 |
| Binary | 11 | 1001010 | 1011100 | 1100001 | 10100 | 0 | 1000000 | 11000000 | 1011110 | 10011 |
Color Harmonies of #034A5C
Complementary color
Monochromatic Colors of #034A5C
Black with #034A5C
Text Example
Text Example
White with #034A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034A5C; }
p { color: rgb(3,74,92); }
H1.HeaderClassName
{
color: #034A5C;
}
.AnyTagClassName
{
color: #034A5C;
}
</style>
background-color css
<style>
a { background-color: #034A5C; }
a { background-color: rgb(3,74,92); }
div.DivClassName
{
background-color: #034A5C;
}
.BgClassName
{
background-color: #034A5C;
}
</style>
border-color css
<style>
span { border-color: #034A5C; }
span { border-color: rgb(3,74,92); }
td.TdClassName
{
border-color: #034A5C;
}
.TagClassName
{
border-color: #034A5C;
}
</style>