Shades of Outer Space #253A3E
Tints of Outer Space #253A3E
RGB
CMYK
RGB Variations
Color information
#253A3E (or 0x253A3E) is known color: Outer Space. HEX triplet: 25, 3A and 3E. RGB value is (37,58,62). Sum of RGB (Red+Green+Blue) = 37+58+62=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 62 - color contains mainly: blue. Hex color #253A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253A3E is #DAC5C1. Grayscale: #343434. Windows color (decimal): -14337474 or 4078117. OLE color: 4078117.
HSL color Cylindrical-coordinate representation of color #253A3E: hue angle of 189.6º 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 #253A3E is Cyan = 0.40, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 37 | 58 | 62 | - |
CMYK | 0.40 | 0.06 | 0 | 0.76 |
HSL | 189.6º | 0.25% | 0.19% | - |
HSV(B) | 189.6º | 0.4% | 0.24% | - |
XYZ | 3.15 | 3.77 | 5.12 | - |
YUV | 52.18 | 133.54 | 117.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 37 | 58 | 62 | 0.40 | 0.06 | 0 | 0.76 | 189.6 | 0.25 | 0.19 |
Hex | 25 | 3A | 3E | 28 | 6 | 0 | 4C | BE | 19 | 13 |
Octal | 45 | 72 | 76 | 50 | 6 | 0 | 114 | 276 | 31 | 23 |
Binary | 100101 | 111010 | 111110 | 101000 | 110 | 0 | 1001100 | 10111110 | 11001 | 10011 |
Color Harmonies of #253A3E
Complementary color
Monochromatic Colors of #253A3E
Black with #253A3E
Text Example
Text Example
White with #253A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #253A3E; }
p { color: rgb(37,58,62); }
H1.HeaderClassName
{
color: #253A3E;
}
.AnyTagClassName
{
color: #253A3E;
}
</style>
background-color css
<style>
a { background-color: #253A3E; }
a { background-color: rgb(37,58,62); }
div.DivClassName
{
background-color: #253A3E;
}
.BgClassName
{
background-color: #253A3E;
}
</style>
border-color css
<style>
span { border-color: #253A3E; }
span { border-color: rgb(37,58,62); }
td.TdClassName
{
border-color: #253A3E;
}
.TagClassName
{
border-color: #253A3E;
}
</style>