Shades of Astronaut Blue #21475C
Tints of Astronaut Blue #21475C
RGB
CMYK
RGB Variations
Color information
#21475C (or 0x21475C) is known color: Astronaut Blue. HEX triplet: 21, 47 and 5C. RGB value is (33,71,92). Sum of RGB (Red+Green+Blue) = 33+71+92=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #21475C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21475C is #DEB8A3. Grayscale: #3D3D3D. Windows color (decimal): -14596260 or 6047521. OLE color: 6047521.
HSL color Cylindrical-coordinate representation of color #21475C: hue angle of 201.36º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21475C is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 71 | 92 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.64 |
| HSL | 201.36º | 0.47% | 0.25% | - |
| HSV(B) | 201.36º | 0.64% | 0.36% | - |
| XYZ | 4.81 | 5.6 | 10.95 | - |
| YUV | 62.03 | 144.91 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 71 | 92 | 0.64 | 0.23 | 0 | 0.64 | 201.36 | 0.47 | 0.25 |
| Hex | 21 | 47 | 5C | 40 | 17 | 0 | 40 | C9 | 2F | 19 |
| Octal | 41 | 107 | 134 | 100 | 27 | 0 | 100 | 311 | 57 | 31 |
| Binary | 100001 | 1000111 | 1011100 | 1000000 | 10111 | 0 | 1000000 | 11001001 | 101111 | 11001 |
Color Harmonies of #21475C
Complementary color
Monochromatic Colors of #21475C
Black with #21475C
Text Example
Text Example
White with #21475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21475C; }
p { color: rgb(33,71,92); }
H1.HeaderClassName
{
color: #21475C;
}
.AnyTagClassName
{
color: #21475C;
}
</style>
background-color css
<style>
a { background-color: #21475C; }
a { background-color: rgb(33,71,92); }
div.DivClassName
{
background-color: #21475C;
}
.BgClassName
{
background-color: #21475C;
}
</style>
border-color css
<style>
span { border-color: #21475C; }
span { border-color: rgb(33,71,92); }
td.TdClassName
{
border-color: #21475C;
}
.TagClassName
{
border-color: #21475C;
}
</style>