Shades of Outer Space #253C41
Tints of Outer Space #253C41
RGB
CMYK
RGB Variations
Color information
#253C41 (or 0x253C41) is known color: Outer Space. HEX triplet: 25, 3C and 41. RGB value is (37,60,65). Sum of RGB (Red+Green+Blue) = 37+60+65=162 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.84% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 65 - color contains mainly: blue. Hex color #253C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253C41 is #DAC3BE. Grayscale: #353535. Windows color (decimal): -14336959 or 4275237. OLE color: 4275237.
HSL color Cylindrical-coordinate representation of color #253C41: hue angle of 190.71º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #253C41 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 37 | 60 | 65 | - |
| CMYK | 0.43 | 0.08 | 0 | 0.75 |
| HSL | 190.71º | 0.27% | 0.2% | - |
| HSV(B) | 190.71º | 0.43% | 0.25% | - |
| XYZ | 3.33 | 4.01 | 5.6 | - |
| YUV | 53.69 | 134.38 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 60 | 65 | 0.43 | 0.08 | 0 | 0.75 | 190.71 | 0.27 | 0.2 |
| Hex | 25 | 3C | 41 | 2B | 8 | 0 | 4B | BF | 1B | 14 |
| Octal | 45 | 74 | 101 | 53 | 10 | 0 | 113 | 277 | 33 | 24 |
| Binary | 100101 | 111100 | 1000001 | 101011 | 1000 | 0 | 1001011 | 10111111 | 11011 | 10100 |
Color Harmonies of #253C41
Complementary color
Monochromatic Colors of #253C41
Black with #253C41
Text Example
Text Example
White with #253C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253C41; }
p { color: rgb(37,60,65); }
H1.HeaderClassName
{
color: #253C41;
}
.AnyTagClassName
{
color: #253C41;
}
</style>
background-color css
<style>
a { background-color: #253C41; }
a { background-color: rgb(37,60,65); }
div.DivClassName
{
background-color: #253C41;
}
.BgClassName
{
background-color: #253C41;
}
</style>
border-color css
<style>
span { border-color: #253C41; }
span { border-color: rgb(37,60,65); }
td.TdClassName
{
border-color: #253C41;
}
.TagClassName
{
border-color: #253C41;
}
</style>