Shades of Curious Blue #3C7DAF
Tints of Curious Blue #3C7DAF
RGB
CMYK
RGB Variations
Color information
#3C7DAF (or 0x3C7DAF) is known color: Curious Blue. HEX triplet: 3C, 7D and AF. RGB value is (60,125,175). Sum of RGB (Red+Green+Blue) = 60+125+175=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #3C7DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7DAF is #C38250. Grayscale: #6F6F6F. Windows color (decimal): -12812881 or 11500860. OLE color: 11500860.
HSL color Cylindrical-coordinate representation of color #3C7DAF: hue angle of 206.09º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C7DAF is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 125 | 175 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.31 |
| HSL | 206.09º | 0.49% | 0.46% | - |
| HSV(B) | 206.09º | 0.66% | 0.69% | - |
| XYZ | 16.93 | 18.72 | 43.28 | - |
| YUV | 111.27 | 163.97 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 125 | 175 | 0.66 | 0.29 | 0 | 0.31 | 206.09 | 0.49 | 0.46 |
| Hex | 3C | 7D | AF | 42 | 1D | 0 | 1F | CE | 31 | 2E |
| Octal | 74 | 175 | 257 | 102 | 35 | 0 | 37 | 316 | 61 | 56 |
| Binary | 111100 | 1111101 | 10101111 | 1000010 | 11101 | 0 | 11111 | 11001110 | 110001 | 101110 |
Color Harmonies of #3C7DAF
Complementary color
Monochromatic Colors of #3C7DAF
Black with #3C7DAF
Text Example
Text Example
White with #3C7DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C7DAF; }
p { color: rgb(60,125,175); }
H1.HeaderClassName
{
color: #3C7DAF;
}
.AnyTagClassName
{
color: #3C7DAF;
}
</style>
background-color css
<style>
a { background-color: #3C7DAF; }
a { background-color: rgb(60,125,175); }
div.DivClassName
{
background-color: #3C7DAF;
}
.BgClassName
{
background-color: #3C7DAF;
}
</style>
border-color css
<style>
span { border-color: #3C7DAF; }
span { border-color: rgb(60,125,175); }
td.TdClassName
{
border-color: #3C7DAF;
}
.TagClassName
{
border-color: #3C7DAF;
}
</style>