Shades of Sherpa Blue #023E42
Tints of Sherpa Blue #023E42
RGB
CMYK
RGB Variations
Color information
#023E42 (or 0x023E42) is known color: Sherpa Blue. HEX triplet: 02, 3E and 42. RGB value is (2,62,66). Sum of RGB (Red+Green+Blue) = 2+62+66=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 62 (24.61% from 255 or 47.69% from 130); Blue value is 66 (26.17% from 255 or 50.77% from 130); Max value from RGB is 66 - color contains mainly: blue. Hex color #023E42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023E42 is #FDC1BD. Grayscale: #2C2C2C. Windows color (decimal): -16630206 or 4341250. OLE color: 4341250.
HSL color Cylindrical-coordinate representation of color #023E42: hue angle of 183.75º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023E42 is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 2 | 62 | 66 | - |
| CMYK | 0.97 | 0.06 | 0 | 0.74 |
| HSL | 183.75º | 0.94% | 0.13% | - |
| HSV(B) | 183.75º | 0.97% | 0.26% | - |
| XYZ | 2.73 | 3.85 | 5.75 | - |
| YUV | 44.52 | 140.12 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 66 | 0.97 | 0.06 | 0 | 0.74 | 183.75 | 0.94 | 0.13 |
| Hex | 2 | 3E | 42 | 61 | 6 | 0 | 4A | B8 | 5E | D |
| Octal | 2 | 76 | 102 | 141 | 6 | 0 | 112 | 270 | 136 | 15 |
| Binary | 10 | 111110 | 1000010 | 1100001 | 110 | 0 | 1001010 | 10111000 | 1011110 | 1101 |
Color Harmonies of #023E42
Complementary color
Monochromatic Colors of #023E42
Black with #023E42
Text Example
Text Example
White with #023E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023E42; }
p { color: rgb(2,62,66); }
H1.HeaderClassName
{
color: #023E42;
}
.AnyTagClassName
{
color: #023E42;
}
</style>
background-color css
<style>
a { background-color: #023E42; }
a { background-color: rgb(2,62,66); }
div.DivClassName
{
background-color: #023E42;
}
.BgClassName
{
background-color: #023E42;
}
</style>
border-color css
<style>
span { border-color: #023E42; }
span { border-color: rgb(2,62,66); }
td.TdClassName
{
border-color: #023E42;
}
.TagClassName
{
border-color: #023E42;
}
</style>