Shades of Astronaut Blue #264357
Tints of Astronaut Blue #264357
RGB
CMYK
RGB Variations
Color information
#264357 (or 0x264357) is known color: Astronaut Blue. HEX triplet: 26, 43 and 57. RGB value is (38,67,87). Sum of RGB (Red+Green+Blue) = 38+67+87=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 87 (34.38% from 255 or 45.31% from 192); Max value from RGB is 87 - color contains mainly: blue. Hex color #264357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #264357 is #D9BCA8. Grayscale: #3C3C3C. Windows color (decimal): -14269609 or 5718822. OLE color: 5718822.
HSL color Cylindrical-coordinate representation of color #264357: hue angle of 204.49º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #264357 is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 38 | 67 | 87 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.66 |
| HSL | 204.49º | 0.39% | 0.25% | - |
| HSV(B) | 204.49º | 0.56% | 0.34% | - |
| XYZ | 4.53 | 5.11 | 9.77 | - |
| YUV | 60.61 | 142.89 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 67 | 87 | 0.56 | 0.23 | 0 | 0.66 | 204.49 | 0.39 | 0.25 |
| Hex | 26 | 43 | 57 | 38 | 17 | 0 | 42 | CC | 27 | 19 |
| Octal | 46 | 103 | 127 | 70 | 27 | 0 | 102 | 314 | 47 | 31 |
| Binary | 100110 | 1000011 | 1010111 | 111000 | 10111 | 0 | 1000010 | 11001100 | 100111 | 11001 |
Color Harmonies of #264357
Complementary color
Monochromatic Colors of #264357
Black with #264357
Text Example
Text Example
White with #264357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #264357; }
p { color: rgb(38,67,87); }
H1.HeaderClassName
{
color: #264357;
}
.AnyTagClassName
{
color: #264357;
}
</style>
background-color css
<style>
a { background-color: #264357; }
a { background-color: rgb(38,67,87); }
div.DivClassName
{
background-color: #264357;
}
.BgClassName
{
background-color: #264357;
}
</style>
border-color css
<style>
span { border-color: #264357; }
span { border-color: rgb(38,67,87); }
td.TdClassName
{
border-color: #264357;
}
.TagClassName
{
border-color: #264357;
}
</style>