Shades of Nordic #0E3438
Tints of Nordic #0E3438
RGB
CMYK
RGB Variations
Color information
#0E3438 (or 0x0E3438) is known color: Nordic. HEX triplet: 0E, 34 and 38. RGB value is (14,52,56). Sum of RGB (Red+Green+Blue) = 14+52+56=122 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.48% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 56 (22.27% from 255 or 45.90% from 122); Max value from RGB is 56 - color contains mainly: blue. Hex color #0E3438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E3438 is #F1CBC7. Grayscale: #292929. Windows color (decimal): -15846344 or 3683342. OLE color: 3683342.
HSL color Cylindrical-coordinate representation of color #0E3438: hue angle of 185.71º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E3438 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 52 | 56 | - |
| CMYK | 0.75 | 0.07 | 0 | 0.78 |
| HSL | 185.71º | 0.6% | 0.14% | - |
| HSV(B) | 185.71º | 0.75% | 0.22% | - |
| XYZ | 2.12 | 2.83 | 4.18 | - |
| YUV | 41.09 | 136.41 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 52 | 56 | 0.75 | 0.07 | 0 | 0.78 | 185.71 | 0.6 | 0.14 |
| Hex | E | 34 | 38 | 4B | 7 | 0 | 4E | BA | 3C | E |
| Octal | 16 | 64 | 70 | 113 | 7 | 0 | 116 | 272 | 74 | 16 |
| Binary | 1110 | 110100 | 111000 | 1001011 | 111 | 0 | 1001110 | 10111010 | 111100 | 1110 |
Color Harmonies of #0E3438
Complementary color
Monochromatic Colors of #0E3438
Black with #0E3438
Text Example
Text Example
White with #0E3438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3438; }
p { color: rgb(14,52,56); }
H1.HeaderClassName
{
color: #0E3438;
}
.AnyTagClassName
{
color: #0E3438;
}
</style>
background-color css
<style>
a { background-color: #0E3438; }
a { background-color: rgb(14,52,56); }
div.DivClassName
{
background-color: #0E3438;
}
.BgClassName
{
background-color: #0E3438;
}
</style>
border-color css
<style>
span { border-color: #0E3438; }
span { border-color: rgb(14,52,56); }
td.TdClassName
{
border-color: #0E3438;
}
.TagClassName
{
border-color: #0E3438;
}
</style>