Shades of Astronaut Blue #234355
Tints of Astronaut Blue #234355
RGB
CMYK
RGB Variations
Color information
#234355 (or 0x234355) is known color: Astronaut Blue. HEX triplet: 23, 43 and 55. RGB value is (35,67,85). Sum of RGB (Red+Green+Blue) = 35+67+85=187 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.72% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 85 (33.59% from 255 or 45.45% from 187); Max value from RGB is 85 - color contains mainly: blue. Hex color #234355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234355 is #DCBCAA. Grayscale: #3B3B3B. Windows color (decimal): -14466219 or 5587747. OLE color: 5587747.
HSL color Cylindrical-coordinate representation of color #234355: hue angle of 201.6º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #234355 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 67 | 85 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.67 |
| HSL | 201.6º | 0.42% | 0.24% | - |
| HSV(B) | 201.6º | 0.59% | 0.33% | - |
| XYZ | 4.34 | 5.03 | 9.34 | - |
| YUV | 59.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 67 | 85 | 0.59 | 0.21 | 0 | 0.67 | 201.6 | 0.42 | 0.24 |
| Hex | 23 | 43 | 55 | 3B | 15 | 0 | 43 | CA | 2A | 18 |
| Octal | 43 | 103 | 125 | 73 | 25 | 0 | 103 | 312 | 52 | 30 |
| Binary | 100011 | 1000011 | 1010101 | 111011 | 10101 | 0 | 1000011 | 11001010 | 101010 | 11000 |
Color Harmonies of #234355
Complementary color
Monochromatic Colors of #234355
Black with #234355
Text Example
Text Example
White with #234355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234355; }
p { color: rgb(35,67,85); }
H1.HeaderClassName
{
color: #234355;
}
.AnyTagClassName
{
color: #234355;
}
</style>
background-color css
<style>
a { background-color: #234355; }
a { background-color: rgb(35,67,85); }
div.DivClassName
{
background-color: #234355;
}
.BgClassName
{
background-color: #234355;
}
</style>
border-color css
<style>
span { border-color: #234355; }
span { border-color: rgb(35,67,85); }
td.TdClassName
{
border-color: #234355;
}
.TagClassName
{
border-color: #234355;
}
</style>