Shades of Sherpa Blue #03434A
Tints of Sherpa Blue #03434A
RGB
CMYK
RGB Variations
Color information
#03434A (or 0x03434A) is known color: Sherpa Blue. HEX triplet: 03, 43 and 4A. RGB value is (3,67,74). Sum of RGB (Red+Green+Blue) = 3+67+74=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 67 (26.56% from 255 or 46.53% from 144); Blue value is 74 (29.30% from 255 or 51.39% from 144); Max value from RGB is 74 - color contains mainly: blue. Hex color #03434A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03434A is #FCBCB5. Grayscale: #303030. Windows color (decimal): -16563382 or 4866819. OLE color: 4866819.
HSL color Cylindrical-coordinate representation of color #03434A: hue angle of 185.92º 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 #03434A is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 67 | 74 | - |
| CMYK | 0.96 | 0.09 | 0 | 0.71 |
| HSL | 185.92º | 0.92% | 0.15% | - |
| HSV(B) | 185.92º | 0.96% | 0.29% | - |
| XYZ | 3.28 | 4.53 | 7.18 | - |
| YUV | 48.66 | 142.3 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 67 | 74 | 0.96 | 0.09 | 0 | 0.71 | 185.92 | 0.92 | 0.15 |
| Hex | 3 | 43 | 4A | 60 | 9 | 0 | 47 | BA | 5C | F |
| Octal | 3 | 103 | 112 | 140 | 11 | 0 | 107 | 272 | 134 | 17 |
| Binary | 11 | 1000011 | 1001010 | 1100000 | 1001 | 0 | 1000111 | 10111010 | 1011100 | 1111 |
Color Harmonies of #03434A
Complementary color
Monochromatic Colors of #03434A
Black with #03434A
Text Example
Text Example
White with #03434A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03434A; }
p { color: rgb(3,67,74); }
H1.HeaderClassName
{
color: #03434A;
}
.AnyTagClassName
{
color: #03434A;
}
</style>
background-color css
<style>
a { background-color: #03434A; }
a { background-color: rgb(3,67,74); }
div.DivClassName
{
background-color: #03434A;
}
.BgClassName
{
background-color: #03434A;
}
</style>
border-color css
<style>
span { border-color: #03434A; }
span { border-color: rgb(3,67,74); }
td.TdClassName
{
border-color: #03434A;
}
.TagClassName
{
border-color: #03434A;
}
</style>