Shades of Curious Blue #3B84BA
Tints of Curious Blue #3B84BA
RGB
CMYK
RGB Variations
Color information
#3B84BA (or 0x3B84BA) is known color: Curious Blue. HEX triplet: 3B, 84 and BA. RGB value is (59,132,186). Sum of RGB (Red+Green+Blue) = 59+132+186=377 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.65% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B84BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B84BA is #C47B45. Grayscale: #747474. Windows color (decimal): -12876614 or 12223547. OLE color: 12223547.
HSL color Cylindrical-coordinate representation of color #3B84BA: hue angle of 205.51º 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 #3B84BA is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 132 | 186 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.27 |
| HSL | 205.51º | 0.52% | 0.48% | - |
| HSV(B) | 205.51º | 0.68% | 0.73% | - |
| XYZ | 18.92 | 20.98 | 49.51 | - |
| YUV | 116.33 | 167.32 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 132 | 186 | 0.68 | 0.29 | 0 | 0.27 | 205.51 | 0.52 | 0.48 |
| Hex | 3B | 84 | BA | 44 | 1D | 0 | 1B | CE | 34 | 30 |
| Octal | 73 | 204 | 272 | 104 | 35 | 0 | 33 | 316 | 64 | 60 |
| Binary | 111011 | 10000100 | 10111010 | 1000100 | 11101 | 0 | 11011 | 11001110 | 110100 | 110000 |
Color Harmonies of #3B84BA
Complementary color
Monochromatic Colors of #3B84BA
Black with #3B84BA
Text Example
Text Example
White with #3B84BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B84BA; }
p { color: rgb(59,132,186); }
H1.HeaderClassName
{
color: #3B84BA;
}
.AnyTagClassName
{
color: #3B84BA;
}
</style>
background-color css
<style>
a { background-color: #3B84BA; }
a { background-color: rgb(59,132,186); }
div.DivClassName
{
background-color: #3B84BA;
}
.BgClassName
{
background-color: #3B84BA;
}
</style>
border-color css
<style>
span { border-color: #3B84BA; }
span { border-color: rgb(59,132,186); }
td.TdClassName
{
border-color: #3B84BA;
}
.TagClassName
{
border-color: #3B84BA;
}
</style>