Shades of Curious Blue #3B74BC
Tints of Curious Blue #3B74BC
RGB
CMYK
RGB Variations
Color information
#3B74BC (or 0x3B74BC) is known color: Curious Blue. HEX triplet: 3B, 74 and BC. RGB value is (59,116,188). Sum of RGB (Red+Green+Blue) = 59+116+188=363 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.25% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #3B74BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B74BC is #C48B43. Grayscale: #6A6A6A. Windows color (decimal): -12880708 or 12350523. OLE color: 12350523.
HSL color Cylindrical-coordinate representation of color #3B74BC: hue angle of 213.49º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B74BC is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 116 | 188 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.26 |
| HSL | 213.49º | 0.52% | 0.48% | - |
| HSV(B) | 213.49º | 0.69% | 0.74% | - |
| XYZ | 17.13 | 17.05 | 49.97 | - |
| YUV | 107.17 | 173.62 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 116 | 188 | 0.69 | 0.38 | 0 | 0.26 | 213.49 | 0.52 | 0.48 |
| Hex | 3B | 74 | BC | 45 | 26 | 0 | 1A | D5 | 34 | 30 |
| Octal | 73 | 164 | 274 | 105 | 46 | 0 | 32 | 325 | 64 | 60 |
| Binary | 111011 | 1110100 | 10111100 | 1000101 | 100110 | 0 | 11010 | 11010101 | 110100 | 110000 |
Color Harmonies of #3B74BC
Complementary color
Monochromatic Colors of #3B74BC
Black with #3B74BC
Text Example
Text Example
White with #3B74BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B74BC; }
p { color: rgb(59,116,188); }
H1.HeaderClassName
{
color: #3B74BC;
}
.AnyTagClassName
{
color: #3B74BC;
}
</style>
background-color css
<style>
a { background-color: #3B74BC; }
a { background-color: rgb(59,116,188); }
div.DivClassName
{
background-color: #3B74BC;
}
.BgClassName
{
background-color: #3B74BC;
}
</style>
border-color css
<style>
span { border-color: #3B74BC; }
span { border-color: rgb(59,116,188); }
td.TdClassName
{
border-color: #3B74BC;
}
.TagClassName
{
border-color: #3B74BC;
}
</style>