Shades of Nordic #253A3C
Tints of Nordic #253A3C
RGB
CMYK
RGB Variations
Color information
#253A3C (or 0x253A3C) is known color: Nordic. HEX triplet: 25, 3A and 3C. RGB value is (37,58,60). Sum of RGB (Red+Green+Blue) = 37+58+60=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 60 - color contains mainly: blue. Hex color #253A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253A3C is #DAC5C3. Grayscale: #333333. Windows color (decimal): -14337476 or 3947045. OLE color: 3947045.
HSL color Cylindrical-coordinate representation of color #253A3C: hue angle of 185.22º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #253A3C is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 37 | 58 | 60 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.76 |
| HSL | 185.22º | 0.24% | 0.19% | - |
| HSV(B) | 185.22º | 0.38% | 0.24% | - |
| XYZ | 3.09 | 3.75 | 4.84 | - |
| YUV | 51.95 | 132.54 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 58 | 60 | 0.38 | 0.03 | 0 | 0.76 | 185.22 | 0.24 | 0.19 |
| Hex | 25 | 3A | 3C | 26 | 3 | 0 | 4C | B9 | 18 | 13 |
| Octal | 45 | 72 | 74 | 46 | 3 | 0 | 114 | 271 | 30 | 23 |
| Binary | 100101 | 111010 | 111100 | 100110 | 11 | 0 | 1001100 | 10111001 | 11000 | 10011 |
Color Harmonies of #253A3C
Complementary color
Monochromatic Colors of #253A3C
Black with #253A3C
Text Example
Text Example
White with #253A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253A3C; }
p { color: rgb(37,58,60); }
H1.HeaderClassName
{
color: #253A3C;
}
.AnyTagClassName
{
color: #253A3C;
}
</style>
background-color css
<style>
a { background-color: #253A3C; }
a { background-color: rgb(37,58,60); }
div.DivClassName
{
background-color: #253A3C;
}
.BgClassName
{
background-color: #253A3C;
}
</style>
border-color css
<style>
span { border-color: #253A3C; }
span { border-color: rgb(37,58,60); }
td.TdClassName
{
border-color: #253A3C;
}
.TagClassName
{
border-color: #253A3C;
}
</style>