Shades of Nordic #062E38
Tints of Nordic #062E38
RGB
CMYK
RGB Variations
Color information
#062E38 (or 0x062E38) is known color: Nordic. HEX triplet: 06, 2E and 38. RGB value is (6,46,56). Sum of RGB (Red+Green+Blue) = 6+46+56=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 46 (18.36% from 255 or 42.59% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #062E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062E38 is #F9D1C7. Grayscale: #232323. Windows color (decimal): -16372168 or 3681798. OLE color: 3681798.
HSL color Cylindrical-coordinate representation of color #062E38: hue angle of 192º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #062E38 is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 6 | 46 | 56 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.78 |
| HSL | 192º | 0.81% | 0.12% | - |
| HSV(B) | 192º | 0.89% | 0.22% | - |
| XYZ | 1.77 | 2.28 | 4.09 | - |
| YUV | 35.18 | 139.75 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 56 | 0.89 | 0.18 | 0 | 0.78 | 192 | 0.81 | 0.12 |
| Hex | 6 | 2E | 38 | 59 | 12 | 0 | 4E | C0 | 51 | C |
| Octal | 6 | 56 | 70 | 131 | 22 | 0 | 116 | 300 | 121 | 14 |
| Binary | 110 | 101110 | 111000 | 1011001 | 10010 | 0 | 1001110 | 11000000 | 1010001 | 1100 |
Color Harmonies of #062E38
Complementary color
Monochromatic Colors of #062E38
Black with #062E38
Text Example
Text Example
White with #062E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062E38; }
p { color: rgb(6,46,56); }
H1.HeaderClassName
{
color: #062E38;
}
.AnyTagClassName
{
color: #062E38;
}
</style>
background-color css
<style>
a { background-color: #062E38; }
a { background-color: rgb(6,46,56); }
div.DivClassName
{
background-color: #062E38;
}
.BgClassName
{
background-color: #062E38;
}
</style>
border-color css
<style>
span { border-color: #062E38; }
span { border-color: rgb(6,46,56); }
td.TdClassName
{
border-color: #062E38;
}
.TagClassName
{
border-color: #062E38;
}
</style>