Shades of Curious Blue #3B8BDD
Tints of Curious Blue #3B8BDD
RGB
CMYK
RGB Variations
Color information
#3B8BDD (or 0x3B8BDD) is known color: Curious Blue. HEX triplet: 3B, 8B and DD. RGB value is (59,139,221). Sum of RGB (Red+Green+Blue) = 59+139+221=419 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.08% from 419); Green value is 139 (54.69% from 255 or 33.17% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #3B8BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B8BDD is #C47422. Grayscale: #7C7C7C. Windows color (decimal): -12874787 or 14519099. OLE color: 14519099.
HSL color Cylindrical-coordinate representation of color #3B8BDD: hue angle of 210.37º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B8BDD is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 139 | 221 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.13 |
| HSL | 210.37º | 0.7% | 0.55% | - |
| HSV(B) | 210.37º | 0.73% | 0.87% | - |
| XYZ | 24.09 | 24.62 | 71.89 | - |
| YUV | 124.43 | 182.5 | 81.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 139 | 221 | 0.73 | 0.37 | 0 | 0.13 | 210.37 | 0.7 | 0.55 |
| Hex | 3B | 8B | DD | 49 | 25 | 0 | D | D2 | 46 | 37 |
| Octal | 73 | 213 | 335 | 111 | 45 | 0 | 15 | 322 | 106 | 67 |
| Binary | 111011 | 10001011 | 11011101 | 1001001 | 100101 | 0 | 1101 | 11010010 | 1000110 | 110111 |
Color Harmonies of #3B8BDD
Complementary color
Monochromatic Colors of #3B8BDD
Black with #3B8BDD
Text Example
Text Example
White with #3B8BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8BDD; }
p { color: rgb(59,139,221); }
H1.HeaderClassName
{
color: #3B8BDD;
}
.AnyTagClassName
{
color: #3B8BDD;
}
</style>
background-color css
<style>
a { background-color: #3B8BDD; }
a { background-color: rgb(59,139,221); }
div.DivClassName
{
background-color: #3B8BDD;
}
.BgClassName
{
background-color: #3B8BDD;
}
</style>
border-color css
<style>
span { border-color: #3B8BDD; }
span { border-color: rgb(59,139,221); }
td.TdClassName
{
border-color: #3B8BDD;
}
.TagClassName
{
border-color: #3B8BDD;
}
</style>