Shades of Curious Blue #3A8FBB
Tints of Curious Blue #3A8FBB
RGB
CMYK
RGB Variations
Color information
#3A8FBB (or 0x3A8FBB) is known color: Curious Blue. HEX triplet: 3A, 8F and BB. RGB value is (58,143,187). Sum of RGB (Red+Green+Blue) = 58+143+187=388 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.95% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #3A8FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A8FBB is #C57044. Grayscale: #7A7A7A. Windows color (decimal): -12939333 or 12291898. OLE color: 12291898.
HSL color Cylindrical-coordinate representation of color #3A8FBB: hue angle of 200.47º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A8FBB is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 143 | 187 | - |
| CMYK | 0.69 | 0.24 | 0 | 0.27 |
| HSL | 200.47º | 0.53% | 0.48% | - |
| HSV(B) | 200.47º | 0.69% | 0.73% | - |
| XYZ | 20.54 | 24.13 | 50.59 | - |
| YUV | 122.6 | 164.34 | 81.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 143 | 187 | 0.69 | 0.24 | 0 | 0.27 | 200.47 | 0.53 | 0.48 |
| Hex | 3A | 8F | BB | 45 | 18 | 0 | 1B | C8 | 35 | 30 |
| Octal | 72 | 217 | 273 | 105 | 30 | 0 | 33 | 310 | 65 | 60 |
| Binary | 111010 | 10001111 | 10111011 | 1000101 | 11000 | 0 | 11011 | 11001000 | 110101 | 110000 |
Color Harmonies of #3A8FBB
Complementary color
Monochromatic Colors of #3A8FBB
Black with #3A8FBB
Text Example
Text Example
White with #3A8FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8FBB; }
p { color: rgb(58,143,187); }
H1.HeaderClassName
{
color: #3A8FBB;
}
.AnyTagClassName
{
color: #3A8FBB;
}
</style>
background-color css
<style>
a { background-color: #3A8FBB; }
a { background-color: rgb(58,143,187); }
div.DivClassName
{
background-color: #3A8FBB;
}
.BgClassName
{
background-color: #3A8FBB;
}
</style>
border-color css
<style>
span { border-color: #3A8FBB; }
span { border-color: rgb(58,143,187); }
td.TdClassName
{
border-color: #3A8FBB;
}
.TagClassName
{
border-color: #3A8FBB;
}
</style>