Shades of Curious Blue #3C84AD
Tints of Curious Blue #3C84AD
RGB
CMYK
RGB Variations
Color information
#3C84AD (or 0x3C84AD) is known color: Curious Blue. HEX triplet: 3C, 84 and AD. RGB value is (60,132,173). Sum of RGB (Red+Green+Blue) = 60+132+173=365 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.44% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C84AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C84AD is #C37B52. Grayscale: #727272. Windows color (decimal): -12811091 or 11371580. OLE color: 11371580.
HSL color Cylindrical-coordinate representation of color #3C84AD: hue angle of 201.77º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C84AD is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 132 | 173 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.32 |
| HSL | 201.77º | 0.48% | 0.46% | - |
| HSV(B) | 201.77º | 0.65% | 0.68% | - |
| XYZ | 17.66 | 20.48 | 42.56 | - |
| YUV | 115.15 | 160.65 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 132 | 173 | 0.65 | 0.24 | 0 | 0.32 | 201.77 | 0.48 | 0.46 |
| Hex | 3C | 84 | AD | 41 | 18 | 0 | 20 | CA | 30 | 2E |
| Octal | 74 | 204 | 255 | 101 | 30 | 0 | 40 | 312 | 60 | 56 |
| Binary | 111100 | 10000100 | 10101101 | 1000001 | 11000 | 0 | 100000 | 11001010 | 110000 | 101110 |
Color Harmonies of #3C84AD
Complementary color
Monochromatic Colors of #3C84AD
Black with #3C84AD
Text Example
Text Example
White with #3C84AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C84AD; }
p { color: rgb(60,132,173); }
H1.HeaderClassName
{
color: #3C84AD;
}
.AnyTagClassName
{
color: #3C84AD;
}
</style>
background-color css
<style>
a { background-color: #3C84AD; }
a { background-color: rgb(60,132,173); }
div.DivClassName
{
background-color: #3C84AD;
}
.BgClassName
{
background-color: #3C84AD;
}
</style>
border-color css
<style>
span { border-color: #3C84AD; }
span { border-color: rgb(60,132,173); }
td.TdClassName
{
border-color: #3C84AD;
}
.TagClassName
{
border-color: #3C84AD;
}
</style>