Shades of Outer Space #253B40
Tints of Outer Space #253B40
RGB
CMYK
RGB Variations
Color information
#253B40 (or 0x253B40) is known color: Outer Space. HEX triplet: 25, 3B and 40. RGB value is (37,59,64). Sum of RGB (Red+Green+Blue) = 37+59+64=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 64 - color contains mainly: blue. Hex color #253B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253B40 is #DAC4BF. Grayscale: #343434. Windows color (decimal): -14337216 or 4209445. OLE color: 4209445.
HSL color Cylindrical-coordinate representation of color #253B40: hue angle of 191.11º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #253B40 is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 59 | 64 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.75 |
| HSL | 191.11º | 0.27% | 0.2% | - |
| HSV(B) | 191.11º | 0.42% | 0.25% | - |
| XYZ | 3.25 | 3.89 | 5.43 | - |
| YUV | 52.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 59 | 64 | 0.42 | 0.08 | 0 | 0.75 | 191.11 | 0.27 | 0.2 |
| Hex | 25 | 3B | 40 | 2A | 8 | 0 | 4B | BF | 1B | 14 |
| Octal | 45 | 73 | 100 | 52 | 10 | 0 | 113 | 277 | 33 | 24 |
| Binary | 100101 | 111011 | 1000000 | 101010 | 1000 | 0 | 1001011 | 10111111 | 11011 | 10100 |
Color Harmonies of #253B40
Complementary color
Monochromatic Colors of #253B40
Black with #253B40
Text Example
Text Example
White with #253B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253B40; }
p { color: rgb(37,59,64); }
H1.HeaderClassName
{
color: #253B40;
}
.AnyTagClassName
{
color: #253B40;
}
</style>
background-color css
<style>
a { background-color: #253B40; }
a { background-color: rgb(37,59,64); }
div.DivClassName
{
background-color: #253B40;
}
.BgClassName
{
background-color: #253B40;
}
</style>
border-color css
<style>
span { border-color: #253B40; }
span { border-color: rgb(37,59,64); }
td.TdClassName
{
border-color: #253B40;
}
.TagClassName
{
border-color: #253B40;
}
</style>