Shades of Curious Blue #3C7AB9
Tints of Curious Blue #3C7AB9
RGB
CMYK
RGB Variations
Color information
#3C7AB9 (or 0x3C7AB9) is known color: Curious Blue. HEX triplet: 3C, 7A and B9. RGB value is (60,122,185). Sum of RGB (Red+Green+Blue) = 60+122+185=367 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.35% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 185 (72.66% from 255 or 50.41% from 367); Max value from RGB is 185 - color contains mainly: blue. Hex color #3C7AB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7AB9 is #C38546. Grayscale: #6E6E6E. Windows color (decimal): -12813639 or 12155452. OLE color: 12155452.
HSL color Cylindrical-coordinate representation of color #3C7AB9: hue angle of 210.24º 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 #3C7AB9 is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 122 | 185 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.27 |
| HSL | 210.24º | 0.51% | 0.48% | - |
| HSV(B) | 210.24º | 0.68% | 0.73% | - |
| XYZ | 17.58 | 18.38 | 48.52 | - |
| YUV | 110.64 | 169.96 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 122 | 185 | 0.68 | 0.34 | 0 | 0.27 | 210.24 | 0.51 | 0.48 |
| Hex | 3C | 7A | B9 | 44 | 22 | 0 | 1B | D2 | 33 | 30 |
| Octal | 74 | 172 | 271 | 104 | 42 | 0 | 33 | 322 | 63 | 60 |
| Binary | 111100 | 1111010 | 10111001 | 1000100 | 100010 | 0 | 11011 | 11010010 | 110011 | 110000 |
Color Harmonies of #3C7AB9
Complementary color
Monochromatic Colors of #3C7AB9
Black with #3C7AB9
Text Example
Text Example
White with #3C7AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7AB9; }
p { color: rgb(60,122,185); }
H1.HeaderClassName
{
color: #3C7AB9;
}
.AnyTagClassName
{
color: #3C7AB9;
}
</style>
background-color css
<style>
a { background-color: #3C7AB9; }
a { background-color: rgb(60,122,185); }
div.DivClassName
{
background-color: #3C7AB9;
}
.BgClassName
{
background-color: #3C7AB9;
}
</style>
border-color css
<style>
span { border-color: #3C7AB9; }
span { border-color: rgb(60,122,185); }
td.TdClassName
{
border-color: #3C7AB9;
}
.TagClassName
{
border-color: #3C7AB9;
}
</style>