Shades of Astral #3B6683
Tints of Astral #3B6683
RGB
CMYK
RGB Variations
Color information
#3B6683 (or 0x3B6683) is known color: Astral. HEX triplet: 3B, 66 and 83. RGB value is (59,102,131). Sum of RGB (Red+Green+Blue) = 59+102+131=292 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.21% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 131 - color contains mainly: blue. Hex color #3B6683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6683 is #C4997C. Grayscale: #5C5C5C. Windows color (decimal): -12884349 or 8611387. OLE color: 8611387.
HSL color Cylindrical-coordinate representation of color #3B6683: hue angle of 204.17º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B6683 is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 59 | 102 | 131 | - |
| CMYK | 0.55 | 0.22 | 0 | 0.49 |
| HSL | 204.17º | 0.38% | 0.37% | - |
| HSV(B) | 204.17º | 0.55% | 0.51% | - |
| XYZ | 10.65 | 12.07 | 23.24 | - |
| YUV | 92.45 | 149.75 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 102 | 131 | 0.55 | 0.22 | 0 | 0.49 | 204.17 | 0.38 | 0.37 |
| Hex | 3B | 66 | 83 | 37 | 16 | 0 | 31 | CC | 26 | 25 |
| Octal | 73 | 146 | 203 | 67 | 26 | 0 | 61 | 314 | 46 | 45 |
| Binary | 111011 | 1100110 | 10000011 | 110111 | 10110 | 0 | 110001 | 11001100 | 100110 | 100101 |
Color Harmonies of #3B6683
Complementary color
Monochromatic Colors of #3B6683
Black with #3B6683
Text Example
Text Example
White with #3B6683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6683; }
p { color: rgb(59,102,131); }
H1.HeaderClassName
{
color: #3B6683;
}
.AnyTagClassName
{
color: #3B6683;
}
</style>
background-color css
<style>
a { background-color: #3B6683; }
a { background-color: rgb(59,102,131); }
div.DivClassName
{
background-color: #3B6683;
}
.BgClassName
{
background-color: #3B6683;
}
</style>
border-color css
<style>
span { border-color: #3B6683; }
span { border-color: rgb(59,102,131); }
td.TdClassName
{
border-color: #3B6683;
}
.TagClassName
{
border-color: #3B6683;
}
</style>