Shades of Curious Blue #3B7FBA
Tints of Curious Blue #3B7FBA
RGB
CMYK
RGB Variations
Color information
#3B7FBA (or 0x3B7FBA) is known color: Curious Blue. HEX triplet: 3B, 7F and BA. RGB value is (59,127,186). Sum of RGB (Red+Green+Blue) = 59+127+186=372 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.86% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B7FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7FBA is #C48045. Grayscale: #717171. Windows color (decimal): -12877894 or 12222267. OLE color: 12222267.
HSL color Cylindrical-coordinate representation of color #3B7FBA: hue angle of 207.87º 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 #3B7FBA is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 127 | 186 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.27 |
| HSL | 207.87º | 0.52% | 0.48% | - |
| HSV(B) | 207.87º | 0.68% | 0.73% | - |
| XYZ | 18.26 | 19.65 | 49.29 | - |
| YUV | 113.39 | 168.97 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 127 | 186 | 0.68 | 0.32 | 0 | 0.27 | 207.87 | 0.52 | 0.48 |
| Hex | 3B | 7F | BA | 44 | 20 | 0 | 1B | D0 | 34 | 30 |
| Octal | 73 | 177 | 272 | 104 | 40 | 0 | 33 | 320 | 64 | 60 |
| Binary | 111011 | 1111111 | 10111010 | 1000100 | 100000 | 0 | 11011 | 11010000 | 110100 | 110000 |
Color Harmonies of #3B7FBA
Complementary color
Monochromatic Colors of #3B7FBA
Black with #3B7FBA
Text Example
Text Example
White with #3B7FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7FBA; }
p { color: rgb(59,127,186); }
H1.HeaderClassName
{
color: #3B7FBA;
}
.AnyTagClassName
{
color: #3B7FBA;
}
</style>
background-color css
<style>
a { background-color: #3B7FBA; }
a { background-color: rgb(59,127,186); }
div.DivClassName
{
background-color: #3B7FBA;
}
.BgClassName
{
background-color: #3B7FBA;
}
</style>
border-color css
<style>
span { border-color: #3B7FBA; }
span { border-color: rgb(59,127,186); }
td.TdClassName
{
border-color: #3B7FBA;
}
.TagClassName
{
border-color: #3B7FBA;
}
</style>