Shades of Nordic #25393B
Tints of Nordic #25393B
RGB
CMYK
RGB Variations
Color information
#25393B (or 0x25393B) is known color: Nordic. HEX triplet: 25, 39 and 3B. RGB value is (37,57,59). Sum of RGB (Red+Green+Blue) = 37+57+59=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 57 (22.66% from 255 or 37.25% from 153); Blue value is 59 (23.44% from 255 or 38.56% from 153); Max value from RGB is 59 - color contains mainly: blue. Hex color #25393B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25393B is #DAC6C4. Grayscale: #333333. Windows color (decimal): -14337733 or 3881253. OLE color: 3881253.
HSL color Cylindrical-coordinate representation of color #25393B: hue angle of 185.45º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #25393B is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 37 | 57 | 59 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.77 |
| HSL | 185.45º | 0.23% | 0.19% | - |
| HSV(B) | 185.45º | 0.37% | 0.23% | - |
| XYZ | 3.02 | 3.64 | 4.68 | - |
| YUV | 51.25 | 132.37 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 57 | 59 | 0.37 | 0.03 | 0 | 0.77 | 185.45 | 0.23 | 0.19 |
| Hex | 25 | 39 | 3B | 25 | 3 | 0 | 4D | B9 | 17 | 13 |
| Octal | 45 | 71 | 73 | 45 | 3 | 0 | 115 | 271 | 27 | 23 |
| Binary | 100101 | 111001 | 111011 | 100101 | 11 | 0 | 1001101 | 10111001 | 10111 | 10011 |
Color Harmonies of #25393B
Complementary color
Monochromatic Colors of #25393B
Black with #25393B
Text Example
Text Example
White with #25393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25393B; }
p { color: rgb(37,57,59); }
H1.HeaderClassName
{
color: #25393B;
}
.AnyTagClassName
{
color: #25393B;
}
</style>
background-color css
<style>
a { background-color: #25393B; }
a { background-color: rgb(37,57,59); }
div.DivClassName
{
background-color: #25393B;
}
.BgClassName
{
background-color: #25393B;
}
</style>
border-color css
<style>
span { border-color: #25393B; }
span { border-color: rgb(37,57,59); }
td.TdClassName
{
border-color: #25393B;
}
.TagClassName
{
border-color: #25393B;
}
</style>