Shades of Curious Blue #3B7BBA
Tints of Curious Blue #3B7BBA
RGB
CMYK
RGB Variations
Color information
#3B7BBA (or 0x3B7BBA) is known color: Curious Blue. HEX triplet: 3B, 7B and BA. RGB value is (59,123,186). Sum of RGB (Red+Green+Blue) = 59+123+186=368 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.03% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B7BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7BBA is #C48445. Grayscale: #6E6E6E. Windows color (decimal): -12878918 or 12221243. OLE color: 12221243.
HSL color Cylindrical-coordinate representation of color #3B7BBA: hue angle of 209.76º 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 #3B7BBA is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 123 | 186 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.27 |
| HSL | 209.76º | 0.52% | 0.48% | - |
| HSV(B) | 209.76º | 0.68% | 0.73% | - |
| XYZ | 17.75 | 18.64 | 49.12 | - |
| YUV | 111.05 | 170.3 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 123 | 186 | 0.68 | 0.34 | 0 | 0.27 | 209.76 | 0.52 | 0.48 |
| Hex | 3B | 7B | BA | 44 | 22 | 0 | 1B | D2 | 34 | 30 |
| Octal | 73 | 173 | 272 | 104 | 42 | 0 | 33 | 322 | 64 | 60 |
| Binary | 111011 | 1111011 | 10111010 | 1000100 | 100010 | 0 | 11011 | 11010010 | 110100 | 110000 |
Color Harmonies of #3B7BBA
Complementary color
Monochromatic Colors of #3B7BBA
Black with #3B7BBA
Text Example
Text Example
White with #3B7BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7BBA; }
p { color: rgb(59,123,186); }
H1.HeaderClassName
{
color: #3B7BBA;
}
.AnyTagClassName
{
color: #3B7BBA;
}
</style>
background-color css
<style>
a { background-color: #3B7BBA; }
a { background-color: rgb(59,123,186); }
div.DivClassName
{
background-color: #3B7BBA;
}
.BgClassName
{
background-color: #3B7BBA;
}
</style>
border-color css
<style>
span { border-color: #3B7BBA; }
span { border-color: rgb(59,123,186); }
td.TdClassName
{
border-color: #3B7BBA;
}
.TagClassName
{
border-color: #3B7BBA;
}
</style>