Shades of Curious Blue #3C7ABC
Tints of Curious Blue #3C7ABC
RGB
CMYK
RGB Variations
Color information
#3C7ABC (or 0x3C7ABC) is known color: Curious Blue. HEX triplet: 3C, 7A and BC. RGB value is (60,122,188). Sum of RGB (Red+Green+Blue) = 60+122+188=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C7ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7ABC is #C38543. Grayscale: #6E6E6E. Windows color (decimal): -12813636 or 12352060. OLE color: 12352060.
HSL color Cylindrical-coordinate representation of color #3C7ABC: hue angle of 210.94º 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 #3C7ABC is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 122 | 188 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.26 |
| HSL | 210.94º | 0.52% | 0.49% | - |
| HSV(B) | 210.94º | 0.68% | 0.74% | - |
| XYZ | 17.9 | 18.51 | 50.21 | - |
| YUV | 110.99 | 171.46 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 122 | 188 | 0.68 | 0.35 | 0 | 0.26 | 210.94 | 0.52 | 0.49 |
| Hex | 3C | 7A | BC | 44 | 23 | 0 | 1A | D3 | 34 | 31 |
| Octal | 74 | 172 | 274 | 104 | 43 | 0 | 32 | 323 | 64 | 61 |
| Binary | 111100 | 1111010 | 10111100 | 1000100 | 100011 | 0 | 11010 | 11010011 | 110100 | 110001 |
Color Harmonies of #3C7ABC
Complementary color
Monochromatic Colors of #3C7ABC
Black with #3C7ABC
Text Example
Text Example
White with #3C7ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7ABC; }
p { color: rgb(60,122,188); }
H1.HeaderClassName
{
color: #3C7ABC;
}
.AnyTagClassName
{
color: #3C7ABC;
}
</style>
background-color css
<style>
a { background-color: #3C7ABC; }
a { background-color: rgb(60,122,188); }
div.DivClassName
{
background-color: #3C7ABC;
}
.BgClassName
{
background-color: #3C7ABC;
}
</style>
border-color css
<style>
span { border-color: #3C7ABC; }
span { border-color: rgb(60,122,188); }
td.TdClassName
{
border-color: #3C7ABC;
}
.TagClassName
{
border-color: #3C7ABC;
}
</style>