Shades of Nordic #253E3E
Tints of Nordic #253E3E
RGB
CMYK
RGB Variations
Color information
#253E3E (or 0x253E3E) is known color: Nordic. HEX triplet: 25, 3E and 3E. RGB value is (37,62,62). Sum of RGB (Red+Green+Blue) = 37+62+62=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 62 (24.61% from 255 or 38.51% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 62 - color contains mainly: green, blue. Hex color #253E3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253E3E is #DAC1C1. Grayscale: #363636. Windows color (decimal): -14336450 or 4079141. OLE color: 4079141.
HSL color Cylindrical-coordinate representation of color #253E3E: hue angle of 180º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #253E3E is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 37 | 62 | 62 | - |
CMYK | 0.40 | 0 | 0 | 0.76 |
HSL | 180º | 0.25% | 0.19% | - |
HSV(B) | 180º | 0.4% | 0.24% | - |
XYZ | 3.36 | 4.19 | 5.19 | - |
YUV | 54.53 | 132.22 | 115.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 37 | 62 | 62 | 0.40 | 0 | 0 | 0.76 | 180 | 0.25 | 0.19 |
Hex | 25 | 3E | 3E | 28 | 0 | 0 | 4C | B4 | 19 | 13 |
Octal | 45 | 76 | 76 | 50 | 0 | 0 | 114 | 264 | 31 | 23 |
Binary | 100101 | 111110 | 111110 | 101000 | 0 | 0 | 1001100 | 10110100 | 11001 | 10011 |
Color Harmonies of #253E3E
Complementary color
Monochromatic Colors of #253E3E
Black with #253E3E
Text Example
Text Example
White with #253E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253E3E; }
p { color: rgb(37,62,62); }
H1.HeaderClassName
{
color: #253E3E;
}
.AnyTagClassName
{
color: #253E3E;
}
</style>
background-color css
<style>
a { background-color: #253E3E; }
a { background-color: rgb(37,62,62); }
div.DivClassName
{
background-color: #253E3E;
}
.BgClassName
{
background-color: #253E3E;
}
</style>
border-color css
<style>
span { border-color: #253E3E; }
span { border-color: rgb(37,62,62); }
td.TdClassName
{
border-color: #253E3E;
}
.TagClassName
{
border-color: #253E3E;
}
</style>