Shades of Astronaut Blue #23475A
Tints of Astronaut Blue #23475A
RGB
CMYK
RGB Variations
Color information
#23475A (or 0x23475A) is known color: Astronaut Blue. HEX triplet: 23, 47 and 5A. RGB value is (35,71,90). Sum of RGB (Red+Green+Blue) = 35+71+90=196 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.86% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #23475A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23475A is #DCB8A5. Grayscale: #3E3E3E. Windows color (decimal): -14465190 or 5916451. OLE color: 5916451.
HSL color Cylindrical-coordinate representation of color #23475A: hue angle of 200.73º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #23475A is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 71 | 90 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.65 |
| HSL | 200.73º | 0.44% | 0.25% | - |
| HSV(B) | 200.73º | 0.61% | 0.35% | - |
| XYZ | 4.79 | 5.6 | 10.5 | - |
| YUV | 62.4 | 143.57 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 71 | 90 | 0.61 | 0.21 | 0 | 0.65 | 200.73 | 0.44 | 0.25 |
| Hex | 23 | 47 | 5A | 3D | 15 | 0 | 41 | C9 | 2C | 19 |
| Octal | 43 | 107 | 132 | 75 | 25 | 0 | 101 | 311 | 54 | 31 |
| Binary | 100011 | 1000111 | 1011010 | 111101 | 10101 | 0 | 1000001 | 11001001 | 101100 | 11001 |
Color Harmonies of #23475A
Complementary color
Monochromatic Colors of #23475A
Black with #23475A
Text Example
Text Example
White with #23475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23475A; }
p { color: rgb(35,71,90); }
H1.HeaderClassName
{
color: #23475A;
}
.AnyTagClassName
{
color: #23475A;
}
</style>
background-color css
<style>
a { background-color: #23475A; }
a { background-color: rgb(35,71,90); }
div.DivClassName
{
background-color: #23475A;
}
.BgClassName
{
background-color: #23475A;
}
</style>
border-color css
<style>
span { border-color: #23475A; }
span { border-color: rgb(35,71,90); }
td.TdClassName
{
border-color: #23475A;
}
.TagClassName
{
border-color: #23475A;
}
</style>