Shades of Astronaut Blue #21445C
Tints of Astronaut Blue #21445C
RGB
CMYK
RGB Variations
Color information
#21445C (or 0x21445C) is known color: Astronaut Blue. HEX triplet: 21, 44 and 5C. RGB value is (33,68,92). Sum of RGB (Red+Green+Blue) = 33+68+92=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 92 (36.33% from 255 or 47.67% from 193); Max value from RGB is 92 - color contains mainly: blue. Hex color #21445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21445C is #DEBBA3. Grayscale: #3C3C3C. Windows color (decimal): -14597028 or 6046753. OLE color: 6046753.
HSL color Cylindrical-coordinate representation of color #21445C: hue angle of 204.41º 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 #21445C is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 68 | 92 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.64 |
| HSL | 204.41º | 0.47% | 0.25% | - |
| HSV(B) | 204.41º | 0.64% | 0.36% | - |
| XYZ | 4.63 | 5.23 | 10.89 | - |
| YUV | 60.27 | 145.9 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 68 | 92 | 0.64 | 0.26 | 0 | 0.64 | 204.41 | 0.47 | 0.25 |
| Hex | 21 | 44 | 5C | 40 | 1A | 0 | 40 | CC | 2F | 19 |
| Octal | 41 | 104 | 134 | 100 | 32 | 0 | 100 | 314 | 57 | 31 |
| Binary | 100001 | 1000100 | 1011100 | 1000000 | 11010 | 0 | 1000000 | 11001100 | 101111 | 11001 |
Color Harmonies of #21445C
Complementary color
Monochromatic Colors of #21445C
Black with #21445C
Text Example
Text Example
White with #21445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21445C; }
p { color: rgb(33,68,92); }
H1.HeaderClassName
{
color: #21445C;
}
.AnyTagClassName
{
color: #21445C;
}
</style>
background-color css
<style>
a { background-color: #21445C; }
a { background-color: rgb(33,68,92); }
div.DivClassName
{
background-color: #21445C;
}
.BgClassName
{
background-color: #21445C;
}
</style>
border-color css
<style>
span { border-color: #21445C; }
span { border-color: rgb(33,68,92); }
td.TdClassName
{
border-color: #21445C;
}
.TagClassName
{
border-color: #21445C;
}
</style>