Shades of Sherpa Blue #023E4A
Tints of Sherpa Blue #023E4A
RGB
CMYK
RGB Variations
Color information
#023E4A (or 0x023E4A) is known color: Sherpa Blue. HEX triplet: 02, 3E and 4A. RGB value is (2,62,74). Sum of RGB (Red+Green+Blue) = 2+62+74=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 62 (24.61% from 255 or 44.93% from 138); Blue value is 74 (29.30% from 255 or 53.62% from 138); Max value from RGB is 74 - color contains mainly: blue. Hex color #023E4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023E4A is #FDC1B5. Grayscale: #2D2D2D. Windows color (decimal): -16630198 or 4865538. OLE color: 4865538.
HSL color Cylindrical-coordinate representation of color #023E4A: hue angle of 190º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023E4A is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 62 | 74 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.71 |
| HSL | 190º | 0.95% | 0.15% | - |
| HSV(B) | 190º | 0.97% | 0.29% | - |
| XYZ | 2.98 | 3.95 | 7.08 | - |
| YUV | 45.43 | 144.12 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 74 | 0.97 | 0.16 | 0 | 0.71 | 190 | 0.95 | 0.15 |
| Hex | 2 | 3E | 4A | 61 | 10 | 0 | 47 | BE | 5F | F |
| Octal | 2 | 76 | 112 | 141 | 20 | 0 | 107 | 276 | 137 | 17 |
| Binary | 10 | 111110 | 1001010 | 1100001 | 10000 | 0 | 1000111 | 10111110 | 1011111 | 1111 |
Color Harmonies of #023E4A
Complementary color
Monochromatic Colors of #023E4A
Black with #023E4A
Text Example
Text Example
White with #023E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023E4A; }
p { color: rgb(2,62,74); }
H1.HeaderClassName
{
color: #023E4A;
}
.AnyTagClassName
{
color: #023E4A;
}
</style>
background-color css
<style>
a { background-color: #023E4A; }
a { background-color: rgb(2,62,74); }
div.DivClassName
{
background-color: #023E4A;
}
.BgClassName
{
background-color: #023E4A;
}
</style>
border-color css
<style>
span { border-color: #023E4A; }
span { border-color: rgb(2,62,74); }
td.TdClassName
{
border-color: #023E4A;
}
.TagClassName
{
border-color: #023E4A;
}
</style>