Shades of Curious Blue #3C7BC0
Tints of Curious Blue #3C7BC0
RGB
CMYK
RGB Variations
Color information
#3C7BC0 (or 0x3C7BC0) is known color: Curious Blue. HEX triplet: 3C, 7B and C0. RGB value is (60,123,192). Sum of RGB (Red+Green+Blue) = 60+123+192=375 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #3C7BC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7BC0 is #C3843F. Grayscale: #6F6F6F. Windows color (decimal): -12813376 or 12614460. OLE color: 12614460.
HSL color Cylindrical-coordinate representation of color #3C7BC0: hue angle of 211.36º degrees, saturation: 0.52, 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 #3C7BC0 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 123 | 192 | - |
| CMYK | 0.69 | 0.36 | 0 | 0.25 |
| HSL | 211.36º | 0.52% | 0.49% | - |
| HSV(B) | 211.36º | 0.69% | 0.75% | - |
| XYZ | 18.46 | 18.93 | 52.55 | - |
| YUV | 112.03 | 173.13 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 123 | 192 | 0.69 | 0.36 | 0 | 0.25 | 211.36 | 0.52 | 0.49 |
| Hex | 3C | 7B | C0 | 45 | 24 | 0 | 19 | D3 | 34 | 31 |
| Octal | 74 | 173 | 300 | 105 | 44 | 0 | 31 | 323 | 64 | 61 |
| Binary | 111100 | 1111011 | 11000000 | 1000101 | 100100 | 0 | 11001 | 11010011 | 110100 | 110001 |
Color Harmonies of #3C7BC0
Complementary color
Monochromatic Colors of #3C7BC0
Black with #3C7BC0
Text Example
Text Example
White with #3C7BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7BC0; }
p { color: rgb(60,123,192); }
H1.HeaderClassName
{
color: #3C7BC0;
}
.AnyTagClassName
{
color: #3C7BC0;
}
</style>
background-color css
<style>
a { background-color: #3C7BC0; }
a { background-color: rgb(60,123,192); }
div.DivClassName
{
background-color: #3C7BC0;
}
.BgClassName
{
background-color: #3C7BC0;
}
</style>
border-color css
<style>
span { border-color: #3C7BC0; }
span { border-color: rgb(60,123,192); }
td.TdClassName
{
border-color: #3C7BC0;
}
.TagClassName
{
border-color: #3C7BC0;
}
</style>