Shades of Curious Blue #3B8DBB
Tints of Curious Blue #3B8DBB
RGB
CMYK
RGB Variations
Color information
#3B8DBB (or 0x3B8DBB) is known color: Curious Blue. HEX triplet: 3B, 8D and BB. RGB value is (59,141,187). Sum of RGB (Red+Green+Blue) = 59+141+187=387 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.25% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #3B8DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B8DBB is #C47244. Grayscale: #797979. Windows color (decimal): -12874309 or 12291387. OLE color: 12291387.
HSL color Cylindrical-coordinate representation of color #3B8DBB: hue angle of 201.56º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B8DBB is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 141 | 187 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.27 |
| HSL | 201.56º | 0.52% | 0.48% | - |
| HSV(B) | 201.56º | 0.68% | 0.73% | - |
| XYZ | 20.3 | 23.57 | 50.49 | - |
| YUV | 121.73 | 164.83 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 141 | 187 | 0.68 | 0.25 | 0 | 0.27 | 201.56 | 0.52 | 0.48 |
| Hex | 3B | 8D | BB | 44 | 19 | 0 | 1B | CA | 34 | 30 |
| Octal | 73 | 215 | 273 | 104 | 31 | 0 | 33 | 312 | 64 | 60 |
| Binary | 111011 | 10001101 | 10111011 | 1000100 | 11001 | 0 | 11011 | 11001010 | 110100 | 110000 |
Color Harmonies of #3B8DBB
Complementary color
Monochromatic Colors of #3B8DBB
Black with #3B8DBB
Text Example
Text Example
White with #3B8DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8DBB; }
p { color: rgb(59,141,187); }
H1.HeaderClassName
{
color: #3B8DBB;
}
.AnyTagClassName
{
color: #3B8DBB;
}
</style>
background-color css
<style>
a { background-color: #3B8DBB; }
a { background-color: rgb(59,141,187); }
div.DivClassName
{
background-color: #3B8DBB;
}
.BgClassName
{
background-color: #3B8DBB;
}
</style>
border-color css
<style>
span { border-color: #3B8DBB; }
span { border-color: rgb(59,141,187); }
td.TdClassName
{
border-color: #3B8DBB;
}
.TagClassName
{
border-color: #3B8DBB;
}
</style>