Shades of Curious Blue #3C7ABD
Tints of Curious Blue #3C7ABD
RGB
CMYK
RGB Variations
Color information
#3C7ABD (or 0x3C7ABD) is known color: Curious Blue. HEX triplet: 3C, 7A and BD. RGB value is (60,122,189). Sum of RGB (Red+Green+Blue) = 60+122+189=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C7ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7ABD is #C38542. Grayscale: #6E6E6E. Windows color (decimal): -12813635 or 12417596. OLE color: 12417596.
HSL color Cylindrical-coordinate representation of color #3C7ABD: hue angle of 211.16º 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 #3C7ABD is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 122 | 189 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.26 |
| HSL | 211.16º | 0.52% | 0.49% | - |
| HSV(B) | 211.16º | 0.68% | 0.74% | - |
| XYZ | 18.01 | 18.55 | 50.78 | - |
| YUV | 111.1 | 171.96 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 122 | 189 | 0.68 | 0.35 | 0 | 0.26 | 211.16 | 0.52 | 0.49 |
| Hex | 3C | 7A | BD | 44 | 23 | 0 | 1A | D3 | 34 | 31 |
| Octal | 74 | 172 | 275 | 104 | 43 | 0 | 32 | 323 | 64 | 61 |
| Binary | 111100 | 1111010 | 10111101 | 1000100 | 100011 | 0 | 11010 | 11010011 | 110100 | 110001 |
Color Harmonies of #3C7ABD
Complementary color
Monochromatic Colors of #3C7ABD
Black with #3C7ABD
Text Example
Text Example
White with #3C7ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7ABD; }
p { color: rgb(60,122,189); }
H1.HeaderClassName
{
color: #3C7ABD;
}
.AnyTagClassName
{
color: #3C7ABD;
}
</style>
background-color css
<style>
a { background-color: #3C7ABD; }
a { background-color: rgb(60,122,189); }
div.DivClassName
{
background-color: #3C7ABD;
}
.BgClassName
{
background-color: #3C7ABD;
}
</style>
border-color css
<style>
span { border-color: #3C7ABD; }
span { border-color: rgb(60,122,189); }
td.TdClassName
{
border-color: #3C7ABD;
}
.TagClassName
{
border-color: #3C7ABD;
}
</style>