Shades of Curious Blue #3B7DBA
Tints of Curious Blue #3B7DBA
RGB
CMYK
RGB Variations
Color information
#3B7DBA (or 0x3B7DBA) is known color: Curious Blue. HEX triplet: 3B, 7D and BA. RGB value is (59,125,186). Sum of RGB (Red+Green+Blue) = 59+125+186=370 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.95% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #3B7DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7DBA is #C48245. Grayscale: #6F6F6F. Windows color (decimal): -12878406 or 12221755. OLE color: 12221755.
HSL color Cylindrical-coordinate representation of color #3B7DBA: hue angle of 208.82º 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 #3B7DBA is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 125 | 186 | - |
| CMYK | 0.68 | 0.33 | 0 | 0.27 |
| HSL | 208.82º | 0.52% | 0.48% | - |
| HSV(B) | 208.82º | 0.68% | 0.73% | - |
| XYZ | 18 | 19.14 | 49.2 | - |
| YUV | 112.22 | 169.63 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 125 | 186 | 0.68 | 0.33 | 0 | 0.27 | 208.82 | 0.52 | 0.48 |
| Hex | 3B | 7D | BA | 44 | 21 | 0 | 1B | D1 | 34 | 30 |
| Octal | 73 | 175 | 272 | 104 | 41 | 0 | 33 | 321 | 64 | 60 |
| Binary | 111011 | 1111101 | 10111010 | 1000100 | 100001 | 0 | 11011 | 11010001 | 110100 | 110000 |
Color Harmonies of #3B7DBA
Complementary color
Monochromatic Colors of #3B7DBA
Black with #3B7DBA
Text Example
Text Example
White with #3B7DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7DBA; }
p { color: rgb(59,125,186); }
H1.HeaderClassName
{
color: #3B7DBA;
}
.AnyTagClassName
{
color: #3B7DBA;
}
</style>
background-color css
<style>
a { background-color: #3B7DBA; }
a { background-color: rgb(59,125,186); }
div.DivClassName
{
background-color: #3B7DBA;
}
.BgClassName
{
background-color: #3B7DBA;
}
</style>
border-color css
<style>
span { border-color: #3B7DBA; }
span { border-color: rgb(59,125,186); }
td.TdClassName
{
border-color: #3B7DBA;
}
.TagClassName
{
border-color: #3B7DBA;
}
</style>