Shades of Astronaut Blue #23445C
Tints of Astronaut Blue #23445C
RGB
CMYK
RGB Variations
Color information
#23445C (or 0x23445C) is known color: Astronaut Blue. HEX triplet: 23, 44 and 5C. RGB value is (35,68,92). Sum of RGB (Red+Green+Blue) = 35+68+92=195 (25% of max value = 765). Red value is 35 (14.06% from 255 or 17.95% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #23445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23445C is #DCBBA3. Grayscale: #3C3C3C. Windows color (decimal): -14465956 or 6046755. OLE color: 6046755.
HSL color Cylindrical-coordinate representation of color #23445C: hue angle of 205.26º 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 #23445C is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 68 | 92 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.64 |
| HSL | 205.26º | 0.45% | 0.25% | - |
| HSV(B) | 205.26º | 0.62% | 0.36% | - |
| XYZ | 4.69 | 5.26 | 10.89 | - |
| YUV | 60.87 | 145.57 | 109.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 68 | 92 | 0.62 | 0.26 | 0 | 0.64 | 205.26 | 0.45 | 0.25 |
| Hex | 23 | 44 | 5C | 3E | 1A | 0 | 40 | CD | 2D | 19 |
| Octal | 43 | 104 | 134 | 76 | 32 | 0 | 100 | 315 | 55 | 31 |
| Binary | 100011 | 1000100 | 1011100 | 111110 | 11010 | 0 | 1000000 | 11001101 | 101101 | 11001 |
Color Harmonies of #23445C
Complementary color
Monochromatic Colors of #23445C
Black with #23445C
Text Example
Text Example
White with #23445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23445C; }
p { color: rgb(35,68,92); }
H1.HeaderClassName
{
color: #23445C;
}
.AnyTagClassName
{
color: #23445C;
}
</style>
background-color css
<style>
a { background-color: #23445C; }
a { background-color: rgb(35,68,92); }
div.DivClassName
{
background-color: #23445C;
}
.BgClassName
{
background-color: #23445C;
}
</style>
border-color css
<style>
span { border-color: #23445C; }
span { border-color: rgb(35,68,92); }
td.TdClassName
{
border-color: #23445C;
}
.TagClassName
{
border-color: #23445C;
}
</style>