Shades of Sherpa Blue #034A63
Tints of Sherpa Blue #034A63
RGB
CMYK
RGB Variations
Color information
#034A63 (or 0x034A63) is known color: Sherpa Blue. HEX triplet: 03, 4A and 63. RGB value is (3,74,99). Sum of RGB (Red+Green+Blue) = 3+74+99=176 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.70% from 176); Green value is 74 (29.30% from 255 or 42.05% from 176); Blue value is 99 (39.06% from 255 or 56.25% from 176); Max value from RGB is 99 - color contains mainly: blue. Hex color #034A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034A63 is #FCB59C. Grayscale: #373737. Windows color (decimal): -16561565 or 6507011. OLE color: 6507011.
HSL color Cylindrical-coordinate representation of color #034A63: hue angle of 195.62º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034A63 is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 74 | 99 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.61 |
| HSL | 195.63º | 0.94% | 0.2% | - |
| HSV(B) | 195.63º | 0.97% | 0.39% | - |
| XYZ | 4.74 | 5.82 | 12.68 | - |
| YUV | 55.62 | 152.48 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 74 | 99 | 0.97 | 0.25 | 0 | 0.61 | 195.63 | 0.94 | 0.2 |
| Hex | 3 | 4A | 63 | 61 | 19 | 0 | 3D | C4 | 5E | 14 |
| Octal | 3 | 112 | 143 | 141 | 31 | 0 | 75 | 304 | 136 | 24 |
| Binary | 11 | 1001010 | 1100011 | 1100001 | 11001 | 0 | 111101 | 11000100 | 1011110 | 10100 |
Color Harmonies of #034A63
Complementary color
Monochromatic Colors of #034A63
Black with #034A63
Text Example
Text Example
White with #034A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034A63; }
p { color: rgb(3,74,99); }
H1.HeaderClassName
{
color: #034A63;
}
.AnyTagClassName
{
color: #034A63;
}
</style>
background-color css
<style>
a { background-color: #034A63; }
a { background-color: rgb(3,74,99); }
div.DivClassName
{
background-color: #034A63;
}
.BgClassName
{
background-color: #034A63;
}
</style>
border-color css
<style>
span { border-color: #034A63; }
span { border-color: rgb(3,74,99); }
td.TdClassName
{
border-color: #034A63;
}
.TagClassName
{
border-color: #034A63;
}
</style>