Shades of Curious Blue #3C7BBC
Tints of Curious Blue #3C7BBC
RGB
CMYK
RGB Variations
Color information
#3C7BBC (or 0x3C7BBC) is known color: Curious Blue. HEX triplet: 3C, 7B and BC. RGB value is (60,123,188). Sum of RGB (Red+Green+Blue) = 60+123+188=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C7BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7BBC is #C38443. Grayscale: #6F6F6F. Windows color (decimal): -12813380 or 12352316. OLE color: 12352316.
HSL color Cylindrical-coordinate representation of color #3C7BBC: hue angle of 210.47º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C7BBC is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 123 | 188 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.26 |
| HSL | 210.47º | 0.52% | 0.49% | - |
| HSV(B) | 210.47º | 0.68% | 0.74% | - |
| XYZ | 18.02 | 18.76 | 50.25 | - |
| YUV | 111.57 | 171.13 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 123 | 188 | 0.68 | 0.35 | 0 | 0.26 | 210.47 | 0.52 | 0.49 |
| Hex | 3C | 7B | BC | 44 | 23 | 0 | 1A | D2 | 34 | 31 |
| Octal | 74 | 173 | 274 | 104 | 43 | 0 | 32 | 322 | 64 | 61 |
| Binary | 111100 | 1111011 | 10111100 | 1000100 | 100011 | 0 | 11010 | 11010010 | 110100 | 110001 |
Color Harmonies of #3C7BBC
Complementary color
Monochromatic Colors of #3C7BBC
Black with #3C7BBC
Text Example
Text Example
White with #3C7BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7BBC; }
p { color: rgb(60,123,188); }
H1.HeaderClassName
{
color: #3C7BBC;
}
.AnyTagClassName
{
color: #3C7BBC;
}
</style>
background-color css
<style>
a { background-color: #3C7BBC; }
a { background-color: rgb(60,123,188); }
div.DivClassName
{
background-color: #3C7BBC;
}
.BgClassName
{
background-color: #3C7BBC;
}
</style>
border-color css
<style>
span { border-color: #3C7BBC; }
span { border-color: rgb(60,123,188); }
td.TdClassName
{
border-color: #3C7BBC;
}
.TagClassName
{
border-color: #3C7BBC;
}
</style>