Shades of Curious Blue #3B7BBE
Tints of Curious Blue #3B7BBE
RGB
CMYK
RGB Variations
Color information
#3B7BBE (or 0x3B7BBE) is known color: Curious Blue. HEX triplet: 3B, 7B and BE. RGB value is (59,123,190). Sum of RGB (Red+Green+Blue) = 59+123+190=372 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.86% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #3B7BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7BBE is #C48441. Grayscale: #6F6F6F. Windows color (decimal): -12878914 or 12483387. OLE color: 12483387.
HSL color Cylindrical-coordinate representation of color #3B7BBE: hue angle of 210.69º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B7BBE is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 123 | 190 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.25 |
| HSL | 210.69º | 0.53% | 0.49% | - |
| HSV(B) | 210.69º | 0.69% | 0.75% | - |
| XYZ | 18.18 | 18.81 | 51.39 | - |
| YUV | 111.5 | 172.3 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 123 | 190 | 0.69 | 0.35 | 0 | 0.25 | 210.69 | 0.53 | 0.49 |
| Hex | 3B | 7B | BE | 45 | 23 | 0 | 19 | D3 | 35 | 31 |
| Octal | 73 | 173 | 276 | 105 | 43 | 0 | 31 | 323 | 65 | 61 |
| Binary | 111011 | 1111011 | 10111110 | 1000101 | 100011 | 0 | 11001 | 11010011 | 110101 | 110001 |
Color Harmonies of #3B7BBE
Complementary color
Monochromatic Colors of #3B7BBE
Black with #3B7BBE
Text Example
Text Example
White with #3B7BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7BBE; }
p { color: rgb(59,123,190); }
H1.HeaderClassName
{
color: #3B7BBE;
}
.AnyTagClassName
{
color: #3B7BBE;
}
</style>
background-color css
<style>
a { background-color: #3B7BBE; }
a { background-color: rgb(59,123,190); }
div.DivClassName
{
background-color: #3B7BBE;
}
.BgClassName
{
background-color: #3B7BBE;
}
</style>
border-color css
<style>
span { border-color: #3B7BBE; }
span { border-color: rgb(59,123,190); }
td.TdClassName
{
border-color: #3B7BBE;
}
.TagClassName
{
border-color: #3B7BBE;
}
</style>