Shades of Curious Blue #3C7AB6
Tints of Curious Blue #3C7AB6
RGB
CMYK
RGB Variations
Color information
#3C7AB6 (or 0x3C7AB6) is known color: Curious Blue. HEX triplet: 3C, 7A and B6. RGB value is (60,122,182). Sum of RGB (Red+Green+Blue) = 60+122+182=364 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.48% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 182 (71.48% from 255 or 50% from 364); Max value from RGB is 182 - color contains mainly: blue. Hex color #3C7AB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7AB6 is #C38549. Grayscale: #6D6D6D. Windows color (decimal): -12813642 or 11958844. OLE color: 11958844.
HSL color Cylindrical-coordinate representation of color #3C7AB6: hue angle of 209.51º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C7AB6 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 122 | 182 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.29 |
| HSL | 209.51º | 0.5% | 0.47% | - |
| HSV(B) | 209.51º | 0.67% | 0.71% | - |
| XYZ | 17.27 | 18.26 | 46.87 | - |
| YUV | 110.3 | 168.46 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 122 | 182 | 0.67 | 0.33 | 0 | 0.29 | 209.51 | 0.5 | 0.47 |
| Hex | 3C | 7A | B6 | 43 | 21 | 0 | 1D | D2 | 32 | 2F |
| Octal | 74 | 172 | 266 | 103 | 41 | 0 | 35 | 322 | 62 | 57 |
| Binary | 111100 | 1111010 | 10110110 | 1000011 | 100001 | 0 | 11101 | 11010010 | 110010 | 101111 |
Color Harmonies of #3C7AB6
Complementary color
Monochromatic Colors of #3C7AB6
Black with #3C7AB6
Text Example
Text Example
White with #3C7AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7AB6; }
p { color: rgb(60,122,182); }
H1.HeaderClassName
{
color: #3C7AB6;
}
.AnyTagClassName
{
color: #3C7AB6;
}
</style>
background-color css
<style>
a { background-color: #3C7AB6; }
a { background-color: rgb(60,122,182); }
div.DivClassName
{
background-color: #3C7AB6;
}
.BgClassName
{
background-color: #3C7AB6;
}
</style>
border-color css
<style>
span { border-color: #3C7AB6; }
span { border-color: rgb(60,122,182); }
td.TdClassName
{
border-color: #3C7AB6;
}
.TagClassName
{
border-color: #3C7AB6;
}
</style>