Shades of Astronaut Blue #23465A
Tints of Astronaut Blue #23465A
RGB
CMYK
RGB Variations
Color information
#23465A (or 0x23465A) is known color: Astronaut Blue. HEX triplet: 23, 46 and 5A. RGB value is (35,70,90). Sum of RGB (Red+Green+Blue) = 35+70+90=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #23465A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23465A is #DCB9A5. Grayscale: #3D3D3D. Windows color (decimal): -14465446 or 5916195. OLE color: 5916195.
HSL color Cylindrical-coordinate representation of color #23465A: hue angle of 201.82º 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 #23465A is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 70 | 90 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.65 |
| HSL | 201.82º | 0.44% | 0.25% | - |
| HSV(B) | 201.82º | 0.61% | 0.35% | - |
| XYZ | 4.73 | 5.48 | 10.48 | - |
| YUV | 61.82 | 143.9 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 70 | 90 | 0.61 | 0.22 | 0 | 0.65 | 201.82 | 0.44 | 0.25 |
| Hex | 23 | 46 | 5A | 3D | 16 | 0 | 41 | CA | 2C | 19 |
| Octal | 43 | 106 | 132 | 75 | 26 | 0 | 101 | 312 | 54 | 31 |
| Binary | 100011 | 1000110 | 1011010 | 111101 | 10110 | 0 | 1000001 | 11001010 | 101100 | 11001 |
Color Harmonies of #23465A
Complementary color
Monochromatic Colors of #23465A
Black with #23465A
Text Example
Text Example
White with #23465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23465A; }
p { color: rgb(35,70,90); }
H1.HeaderClassName
{
color: #23465A;
}
.AnyTagClassName
{
color: #23465A;
}
</style>
background-color css
<style>
a { background-color: #23465A; }
a { background-color: rgb(35,70,90); }
div.DivClassName
{
background-color: #23465A;
}
.BgClassName
{
background-color: #23465A;
}
</style>
border-color css
<style>
span { border-color: #23465A; }
span { border-color: rgb(35,70,90); }
td.TdClassName
{
border-color: #23465A;
}
.TagClassName
{
border-color: #23465A;
}
</style>