Shades of Nordic #032E38
Tints of Nordic #032E38
RGB
CMYK
RGB Variations
Color information
#032E38 (or 0x032E38) is known color: Nordic. HEX triplet: 03, 2E and 38. RGB value is (3,46,56). Sum of RGB (Red+Green+Blue) = 3+46+56=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 56 (22.27% from 255 or 53.33% from 105); Max value from RGB is 56 - color contains mainly: blue. Hex color #032E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032E38 is #FCD1C7. Grayscale: #222222. Windows color (decimal): -16568776 or 3681795. OLE color: 3681795.
HSL color Cylindrical-coordinate representation of color #032E38: hue angle of 191.32º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #032E38 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 3 | 46 | 56 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.78 |
| HSL | 191.32º | 0.9% | 0.12% | - |
| HSV(B) | 191.32º | 0.95% | 0.22% | - |
| XYZ | 1.73 | 2.26 | 4.09 | - |
| YUV | 34.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 46 | 56 | 0.95 | 0.18 | 0 | 0.78 | 191.32 | 0.9 | 0.12 |
| Hex | 3 | 2E | 38 | 5F | 12 | 0 | 4E | BF | 5A | C |
| Octal | 3 | 56 | 70 | 137 | 22 | 0 | 116 | 277 | 132 | 14 |
| Binary | 11 | 101110 | 111000 | 1011111 | 10010 | 0 | 1001110 | 10111111 | 1011010 | 1100 |
Color Harmonies of #032E38
Complementary color
Monochromatic Colors of #032E38
Black with #032E38
Text Example
Text Example
White with #032E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032E38; }
p { color: rgb(3,46,56); }
H1.HeaderClassName
{
color: #032E38;
}
.AnyTagClassName
{
color: #032E38;
}
</style>
background-color css
<style>
a { background-color: #032E38; }
a { background-color: rgb(3,46,56); }
div.DivClassName
{
background-color: #032E38;
}
.BgClassName
{
background-color: #032E38;
}
</style>
border-color css
<style>
span { border-color: #032E38; }
span { border-color: rgb(3,46,56); }
td.TdClassName
{
border-color: #032E38;
}
.TagClassName
{
border-color: #032E38;
}
</style>