Shades of Curious Blue #3C7BBA
Tints of Curious Blue #3C7BBA
RGB
CMYK
RGB Variations
Color information
#3C7BBA (or 0x3C7BBA) is known color: Curious Blue. HEX triplet: 3C, 7B and BA. RGB value is (60,123,186). Sum of RGB (Red+Green+Blue) = 60+123+186=369 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.26% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #3C7BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7BBA is #C38445. Grayscale: #6F6F6F. Windows color (decimal): -12813382 or 12221244. OLE color: 12221244.
HSL color Cylindrical-coordinate representation of color #3C7BBA: hue angle of 210º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C7BBA is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 123 | 186 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.27 |
| HSL | 210º | 0.51% | 0.48% | - |
| HSV(B) | 210º | 0.68% | 0.73% | - |
| XYZ | 17.81 | 18.67 | 49.12 | - |
| YUV | 111.35 | 170.13 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 123 | 186 | 0.68 | 0.34 | 0 | 0.27 | 210 | 0.51 | 0.48 |
| Hex | 3C | 7B | BA | 44 | 22 | 0 | 1B | D2 | 33 | 30 |
| Octal | 74 | 173 | 272 | 104 | 42 | 0 | 33 | 322 | 63 | 60 |
| Binary | 111100 | 1111011 | 10111010 | 1000100 | 100010 | 0 | 11011 | 11010010 | 110011 | 110000 |
Color Harmonies of #3C7BBA
Complementary color
Monochromatic Colors of #3C7BBA
Black with #3C7BBA
Text Example
Text Example
White with #3C7BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7BBA; }
p { color: rgb(60,123,186); }
H1.HeaderClassName
{
color: #3C7BBA;
}
.AnyTagClassName
{
color: #3C7BBA;
}
</style>
background-color css
<style>
a { background-color: #3C7BBA; }
a { background-color: rgb(60,123,186); }
div.DivClassName
{
background-color: #3C7BBA;
}
.BgClassName
{
background-color: #3C7BBA;
}
</style>
border-color css
<style>
span { border-color: #3C7BBA; }
span { border-color: rgb(60,123,186); }
td.TdClassName
{
border-color: #3C7BBA;
}
.TagClassName
{
border-color: #3C7BBA;
}
</style>