Shades of Sherpa Blue #024345
Tints of Sherpa Blue #024345
RGB
CMYK
RGB Variations
Color information
#024345 (or 0x024345) is known color: Sherpa Blue. HEX triplet: 02, 43 and 45. RGB value is (2,67,69). Sum of RGB (Red+Green+Blue) = 2+67+69=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 67 (26.56% from 255 or 48.55% from 138); Blue value is 69 (27.34% from 255 or 50% from 138); Max value from RGB is 69 - color contains mainly: blue. Hex color #024345 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024345 is #FDBCBA. Grayscale: #2F2F2F. Windows color (decimal): -16628923 or 4539138. OLE color: 4539138.
HSL color Cylindrical-coordinate representation of color #024345: hue angle of 181.79º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024345 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 67 | 69 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.73 |
| HSL | 181.79º | 0.94% | 0.14% | - |
| HSV(B) | 181.79º | 0.97% | 0.27% | - |
| XYZ | 3.11 | 4.46 | 6.33 | - |
| YUV | 47.79 | 139.97 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 67 | 69 | 0.97 | 0.03 | 0 | 0.73 | 181.79 | 0.94 | 0.14 |
| Hex | 2 | 43 | 45 | 61 | 3 | 0 | 49 | B6 | 5E | E |
| Octal | 2 | 103 | 105 | 141 | 3 | 0 | 111 | 266 | 136 | 16 |
| Binary | 10 | 1000011 | 1000101 | 1100001 | 11 | 0 | 1001001 | 10110110 | 1011110 | 1110 |
Color Harmonies of #024345
Complementary color
Monochromatic Colors of #024345
Black with #024345
Text Example
Text Example
White with #024345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024345; }
p { color: rgb(2,67,69); }
H1.HeaderClassName
{
color: #024345;
}
.AnyTagClassName
{
color: #024345;
}
</style>
background-color css
<style>
a { background-color: #024345; }
a { background-color: rgb(2,67,69); }
div.DivClassName
{
background-color: #024345;
}
.BgClassName
{
background-color: #024345;
}
</style>
border-color css
<style>
span { border-color: #024345; }
span { border-color: rgb(2,67,69); }
td.TdClassName
{
border-color: #024345;
}
.TagClassName
{
border-color: #024345;
}
</style>