Shades of Astronaut Blue #234758
Tints of Astronaut Blue #234758
RGB
CMYK
RGB Variations
Color information
#234758 (or 0x234758) is known color: Astronaut Blue. HEX triplet: 23, 47 and 58. RGB value is (35,71,88). Sum of RGB (Red+Green+Blue) = 35+71+88=194 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.04% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #234758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234758 is #DCB8A7. Grayscale: #3E3E3E. Windows color (decimal): -14465192 or 5785379. OLE color: 5785379.
HSL color Cylindrical-coordinate representation of color #234758: hue angle of 199.25º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #234758 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 71 | 88 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.65 |
| HSL | 199.25º | 0.43% | 0.24% | - |
| HSV(B) | 199.25º | 0.6% | 0.35% | - |
| XYZ | 4.71 | 5.57 | 10.06 | - |
| YUV | 62.17 | 142.57 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 71 | 88 | 0.60 | 0.19 | 0 | 0.65 | 199.25 | 0.43 | 0.24 |
| Hex | 23 | 47 | 58 | 3C | 13 | 0 | 41 | C7 | 2B | 18 |
| Octal | 43 | 107 | 130 | 74 | 23 | 0 | 101 | 307 | 53 | 30 |
| Binary | 100011 | 1000111 | 1011000 | 111100 | 10011 | 0 | 1000001 | 11000111 | 101011 | 11000 |
Color Harmonies of #234758
Complementary color
Monochromatic Colors of #234758
Black with #234758
Text Example
Text Example
White with #234758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234758; }
p { color: rgb(35,71,88); }
H1.HeaderClassName
{
color: #234758;
}
.AnyTagClassName
{
color: #234758;
}
</style>
background-color css
<style>
a { background-color: #234758; }
a { background-color: rgb(35,71,88); }
div.DivClassName
{
background-color: #234758;
}
.BgClassName
{
background-color: #234758;
}
</style>
border-color css
<style>
span { border-color: #234758; }
span { border-color: rgb(35,71,88); }
td.TdClassName
{
border-color: #234758;
}
.TagClassName
{
border-color: #234758;
}
</style>