Shades of Curious Blue #3C7ACE
Tints of Curious Blue #3C7ACE
RGB
CMYK
RGB Variations
Color information
#3C7ACE (or 0x3C7ACE) is known color: Curious Blue. HEX triplet: 3C, 7A and CE. RGB value is (60,122,206). Sum of RGB (Red+Green+Blue) = 60+122+206=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #3C7ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C7ACE is #C38531. Grayscale: #707070. Windows color (decimal): -12813618 or 13531708. OLE color: 13531708.
HSL color Cylindrical-coordinate representation of color #3C7ACE: hue angle of 214.52º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C7ACE is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 122 | 206 | - |
| CMYK | 0.71 | 0.41 | 0 | 0.19 |
| HSL | 214.52º | 0.6% | 0.52% | - |
| HSV(B) | 214.52º | 0.71% | 0.81% | - |
| XYZ | 19.96 | 19.34 | 61.07 | - |
| YUV | 113.04 | 180.46 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 122 | 206 | 0.71 | 0.41 | 0 | 0.19 | 214.52 | 0.6 | 0.52 |
| Hex | 3C | 7A | CE | 47 | 29 | 0 | 13 | D7 | 3C | 34 |
| Octal | 74 | 172 | 316 | 107 | 51 | 0 | 23 | 327 | 74 | 64 |
| Binary | 111100 | 1111010 | 11001110 | 1000111 | 101001 | 0 | 10011 | 11010111 | 111100 | 110100 |
Color Harmonies of #3C7ACE
Complementary color
Monochromatic Colors of #3C7ACE
Black with #3C7ACE
Text Example
Text Example
White with #3C7ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7ACE; }
p { color: rgb(60,122,206); }
H1.HeaderClassName
{
color: #3C7ACE;
}
.AnyTagClassName
{
color: #3C7ACE;
}
</style>
background-color css
<style>
a { background-color: #3C7ACE; }
a { background-color: rgb(60,122,206); }
div.DivClassName
{
background-color: #3C7ACE;
}
.BgClassName
{
background-color: #3C7ACE;
}
</style>
border-color css
<style>
span { border-color: #3C7ACE; }
span { border-color: rgb(60,122,206); }
td.TdClassName
{
border-color: #3C7ACE;
}
.TagClassName
{
border-color: #3C7ACE;
}
</style>