Shades of Curious Blue #3C7EAE
Tints of Curious Blue #3C7EAE
RGB
CMYK
RGB Variations
Color information
#3C7EAE (or 0x3C7EAE) is known color: Curious Blue. HEX triplet: 3C, 7E and AE. RGB value is (60,126,174). Sum of RGB (Red+Green+Blue) = 60+126+174=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C7EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7EAE is #C38151. Grayscale: #6F6F6F. Windows color (decimal): -12812626 or 11435580. OLE color: 11435580.
HSL color Cylindrical-coordinate representation of color #3C7EAE: hue angle of 205.26º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C7EAE is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 126 | 174 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.32 |
| HSL | 205.26º | 0.49% | 0.46% | - |
| HSV(B) | 205.26º | 0.66% | 0.68% | - |
| XYZ | 16.96 | 18.94 | 42.81 | - |
| YUV | 111.74 | 163.13 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 126 | 174 | 0.66 | 0.28 | 0 | 0.32 | 205.26 | 0.49 | 0.46 |
| Hex | 3C | 7E | AE | 42 | 1C | 0 | 20 | CD | 31 | 2E |
| Octal | 74 | 176 | 256 | 102 | 34 | 0 | 40 | 315 | 61 | 56 |
| Binary | 111100 | 1111110 | 10101110 | 1000010 | 11100 | 0 | 100000 | 11001101 | 110001 | 101110 |
Color Harmonies of #3C7EAE
Complementary color
Monochromatic Colors of #3C7EAE
Black with #3C7EAE
Text Example
Text Example
White with #3C7EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7EAE; }
p { color: rgb(60,126,174); }
H1.HeaderClassName
{
color: #3C7EAE;
}
.AnyTagClassName
{
color: #3C7EAE;
}
</style>
background-color css
<style>
a { background-color: #3C7EAE; }
a { background-color: rgb(60,126,174); }
div.DivClassName
{
background-color: #3C7EAE;
}
.BgClassName
{
background-color: #3C7EAE;
}
</style>
border-color css
<style>
span { border-color: #3C7EAE; }
span { border-color: rgb(60,126,174); }
td.TdClassName
{
border-color: #3C7EAE;
}
.TagClassName
{
border-color: #3C7EAE;
}
</style>