Shades of Astronaut Blue #23465C
Tints of Astronaut Blue #23465C
RGB
CMYK
RGB Variations
Color information
#23465C (or 0x23465C) is known color: Astronaut Blue. HEX triplet: 23, 46 and 5C. RGB value is (35,70,92). Sum of RGB (Red+Green+Blue) = 35+70+92=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 92 - color contains mainly: blue. Hex color #23465C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23465C is #DCB9A3. Grayscale: #3D3D3D. Windows color (decimal): -14465444 or 6047267. OLE color: 6047267.
HSL color Cylindrical-coordinate representation of color #23465C: hue angle of 203.16º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23465C is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 70 | 92 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.64 |
| HSL | 203.16º | 0.45% | 0.25% | - |
| HSV(B) | 203.16º | 0.62% | 0.36% | - |
| XYZ | 4.82 | 5.51 | 10.94 | - |
| YUV | 62.04 | 144.9 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 70 | 92 | 0.62 | 0.24 | 0 | 0.64 | 203.16 | 0.45 | 0.25 |
| Hex | 23 | 46 | 5C | 3E | 18 | 0 | 40 | CB | 2D | 19 |
| Octal | 43 | 106 | 134 | 76 | 30 | 0 | 100 | 313 | 55 | 31 |
| Binary | 100011 | 1000110 | 1011100 | 111110 | 11000 | 0 | 1000000 | 11001011 | 101101 | 11001 |
Color Harmonies of #23465C
Complementary color
Monochromatic Colors of #23465C
Black with #23465C
Text Example
Text Example
White with #23465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23465C; }
p { color: rgb(35,70,92); }
H1.HeaderClassName
{
color: #23465C;
}
.AnyTagClassName
{
color: #23465C;
}
</style>
background-color css
<style>
a { background-color: #23465C; }
a { background-color: rgb(35,70,92); }
div.DivClassName
{
background-color: #23465C;
}
.BgClassName
{
background-color: #23465C;
}
</style>
border-color css
<style>
span { border-color: #23465C; }
span { border-color: rgb(35,70,92); }
td.TdClassName
{
border-color: #23465C;
}
.TagClassName
{
border-color: #23465C;
}
</style>