Shades of Astronaut Blue #23455A
Tints of Astronaut Blue #23455A
RGB
CMYK
RGB Variations
Color information
#23455A (or 0x23455A) is known color: Astronaut Blue. HEX triplet: 23, 45 and 5A. RGB value is (35,69,90). Sum of RGB (Red+Green+Blue) = 35+69+90=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #23455A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23455A is #DCBAA5. Grayscale: #3D3D3D. Windows color (decimal): -14465702 or 5915939. OLE color: 5915939.
HSL color Cylindrical-coordinate representation of color #23455A: hue angle of 202.91º 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 #23455A is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 69 | 90 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.65 |
| HSL | 202.91º | 0.44% | 0.25% | - |
| HSV(B) | 202.91º | 0.61% | 0.35% | - |
| XYZ | 4.67 | 5.35 | 10.46 | - |
| YUV | 61.23 | 144.24 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 69 | 90 | 0.61 | 0.23 | 0 | 0.65 | 202.91 | 0.44 | 0.25 |
| Hex | 23 | 45 | 5A | 3D | 17 | 0 | 41 | CB | 2C | 19 |
| Octal | 43 | 105 | 132 | 75 | 27 | 0 | 101 | 313 | 54 | 31 |
| Binary | 100011 | 1000101 | 1011010 | 111101 | 10111 | 0 | 1000001 | 11001011 | 101100 | 11001 |
Color Harmonies of #23455A
Complementary color
Monochromatic Colors of #23455A
Black with #23455A
Text Example
Text Example
White with #23455A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23455A; }
p { color: rgb(35,69,90); }
H1.HeaderClassName
{
color: #23455A;
}
.AnyTagClassName
{
color: #23455A;
}
</style>
background-color css
<style>
a { background-color: #23455A; }
a { background-color: rgb(35,69,90); }
div.DivClassName
{
background-color: #23455A;
}
.BgClassName
{
background-color: #23455A;
}
</style>
border-color css
<style>
span { border-color: #23455A; }
span { border-color: rgb(35,69,90); }
td.TdClassName
{
border-color: #23455A;
}
.TagClassName
{
border-color: #23455A;
}
</style>