Shades of Curious Blue #3B7DB3
Tints of Curious Blue #3B7DB3
RGB
CMYK
RGB Variations
Color information
#3B7DB3 (or 0x3B7DB3) is known color: Curious Blue. HEX triplet: 3B, 7D and B3. RGB value is (59,125,179). Sum of RGB (Red+Green+Blue) = 59+125+179=363 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.25% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 179 (70.31% from 255 or 49.31% from 363); Max value from RGB is 179 - color contains mainly: blue. Hex color #3B7DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7DB3 is #C4824C. Grayscale: #6F6F6F. Windows color (decimal): -12878413 or 11763003. OLE color: 11763003.
HSL color Cylindrical-coordinate representation of color #3B7DB3: hue angle of 207º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B7DB3 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 59 | 125 | 179 | - |
| CMYK | 0.67 | 0.30 | 0 | 0.30 |
| HSL | 207º | 0.5% | 0.47% | - |
| HSV(B) | 207º | 0.67% | 0.7% | - |
| XYZ | 17.27 | 18.85 | 45.38 | - |
| YUV | 111.42 | 166.13 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 125 | 179 | 0.67 | 0.30 | 0 | 0.30 | 207 | 0.5 | 0.47 |
| Hex | 3B | 7D | B3 | 43 | 1E | 0 | 1E | CF | 32 | 2F |
| Octal | 73 | 175 | 263 | 103 | 36 | 0 | 36 | 317 | 62 | 57 |
| Binary | 111011 | 1111101 | 10110011 | 1000011 | 11110 | 0 | 11110 | 11001111 | 110010 | 101111 |
Color Harmonies of #3B7DB3
Complementary color
Monochromatic Colors of #3B7DB3
Black with #3B7DB3
Text Example
Text Example
White with #3B7DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7DB3; }
p { color: rgb(59,125,179); }
H1.HeaderClassName
{
color: #3B7DB3;
}
.AnyTagClassName
{
color: #3B7DB3;
}
</style>
background-color css
<style>
a { background-color: #3B7DB3; }
a { background-color: rgb(59,125,179); }
div.DivClassName
{
background-color: #3B7DB3;
}
.BgClassName
{
background-color: #3B7DB3;
}
</style>
border-color css
<style>
span { border-color: #3B7DB3; }
span { border-color: rgb(59,125,179); }
td.TdClassName
{
border-color: #3B7DB3;
}
.TagClassName
{
border-color: #3B7DB3;
}
</style>