Shades of Nordic #273E3F
Tints of Nordic #273E3F
RGB
CMYK
RGB Variations
Color information
#273E3F (or 0x273E3F) is known color: Nordic. HEX triplet: 27, 3E and 3F. RGB value is (39,62,63). Sum of RGB (Red+Green+Blue) = 39+62+63=164 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.78% from 164); Green value is 62 (24.61% from 255 or 37.80% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 63 - color contains mainly: blue. Hex color #273E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273E3F is #D8C1C0. Grayscale: #373737. Windows color (decimal): -14205377 or 4144679. OLE color: 4144679.
HSL color Cylindrical-coordinate representation of color #273E3F: hue angle of 182.5º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #273E3F is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 39 | 62 | 63 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.75 |
| HSL | 182.5º | 0.24% | 0.2% | - |
| HSV(B) | 182.5º | 0.38% | 0.25% | - |
| XYZ | 3.46 | 4.24 | 5.34 | - |
| YUV | 55.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 62 | 63 | 0.38 | 0.02 | 0 | 0.75 | 182.5 | 0.24 | 0.2 |
| Hex | 27 | 3E | 3F | 26 | 2 | 0 | 4B | B6 | 18 | 14 |
| Octal | 47 | 76 | 77 | 46 | 2 | 0 | 113 | 266 | 30 | 24 |
| Binary | 100111 | 111110 | 111111 | 100110 | 10 | 0 | 1001011 | 10110110 | 11000 | 10100 |
Color Harmonies of #273E3F
Complementary color
Monochromatic Colors of #273E3F
Black with #273E3F
Text Example
Text Example
White with #273E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273E3F; }
p { color: rgb(39,62,63); }
H1.HeaderClassName
{
color: #273E3F;
}
.AnyTagClassName
{
color: #273E3F;
}
</style>
background-color css
<style>
a { background-color: #273E3F; }
a { background-color: rgb(39,62,63); }
div.DivClassName
{
background-color: #273E3F;
}
.BgClassName
{
background-color: #273E3F;
}
</style>
border-color css
<style>
span { border-color: #273E3F; }
span { border-color: rgb(39,62,63); }
td.TdClassName
{
border-color: #273E3F;
}
.TagClassName
{
border-color: #273E3F;
}
</style>