Shades of Astronaut Blue #234454
Tints of Astronaut Blue #234454
RGB
CMYK
RGB Variations
Color information
#234454 (or 0x234454) is known color: Astronaut Blue. HEX triplet: 23, 44 and 54. RGB value is (35,68,84). Sum of RGB (Red+Green+Blue) = 35+68+84=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #234454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234454 is #DCBBAB. Grayscale: #3B3B3B. Windows color (decimal): -14465964 or 5522467. OLE color: 5522467.
HSL color Cylindrical-coordinate representation of color #234454: hue angle of 199.59º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #234454 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 68 | 84 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.67 |
| HSL | 199.59º | 0.41% | 0.23% | - |
| HSV(B) | 199.59º | 0.58% | 0.33% | - |
| XYZ | 4.36 | 5.13 | 9.15 | - |
| YUV | 59.96 | 141.57 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 68 | 84 | 0.58 | 0.19 | 0 | 0.67 | 199.59 | 0.41 | 0.23 |
| Hex | 23 | 44 | 54 | 3A | 13 | 0 | 43 | C8 | 29 | 17 |
| Octal | 43 | 104 | 124 | 72 | 23 | 0 | 103 | 310 | 51 | 27 |
| Binary | 100011 | 1000100 | 1010100 | 111010 | 10011 | 0 | 1000011 | 11001000 | 101001 | 10111 |
Color Harmonies of #234454
Complementary color
Monochromatic Colors of #234454
Black with #234454
Text Example
Text Example
White with #234454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234454; }
p { color: rgb(35,68,84); }
H1.HeaderClassName
{
color: #234454;
}
.AnyTagClassName
{
color: #234454;
}
</style>
background-color css
<style>
a { background-color: #234454; }
a { background-color: rgb(35,68,84); }
div.DivClassName
{
background-color: #234454;
}
.BgClassName
{
background-color: #234454;
}
</style>
border-color css
<style>
span { border-color: #234454; }
span { border-color: rgb(35,68,84); }
td.TdClassName
{
border-color: #234454;
}
.TagClassName
{
border-color: #234454;
}
</style>