Shades of Curious Blue #3C80AA
Tints of Curious Blue #3C80AA
RGB
CMYK
RGB Variations
Color information
#3C80AA (or 0x3C80AA) is known color: Curious Blue. HEX triplet: 3C, 80 and AA. RGB value is (60,128,170). Sum of RGB (Red+Green+Blue) = 60+128+170=358 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.76% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C80AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C80AA is #C37F55. Grayscale: #707070. Windows color (decimal): -12812118 or 11173948. OLE color: 11173948.
HSL color Cylindrical-coordinate representation of color #3C80AA: hue angle of 202.91º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C80AA is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 128 | 170 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.33 |
| HSL | 202.91º | 0.48% | 0.45% | - |
| HSV(B) | 202.91º | 0.65% | 0.67% | - |
| XYZ | 16.84 | 19.3 | 40.87 | - |
| YUV | 112.46 | 160.47 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 128 | 170 | 0.65 | 0.25 | 0 | 0.33 | 202.91 | 0.48 | 0.45 |
| Hex | 3C | 80 | AA | 41 | 19 | 0 | 21 | CB | 30 | 2D |
| Octal | 74 | 200 | 252 | 101 | 31 | 0 | 41 | 313 | 60 | 55 |
| Binary | 111100 | 10000000 | 10101010 | 1000001 | 11001 | 0 | 100001 | 11001011 | 110000 | 101101 |
Color Harmonies of #3C80AA
Complementary color
Monochromatic Colors of #3C80AA
Black with #3C80AA
Text Example
Text Example
White with #3C80AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C80AA; }
p { color: rgb(60,128,170); }
H1.HeaderClassName
{
color: #3C80AA;
}
.AnyTagClassName
{
color: #3C80AA;
}
</style>
background-color css
<style>
a { background-color: #3C80AA; }
a { background-color: rgb(60,128,170); }
div.DivClassName
{
background-color: #3C80AA;
}
.BgClassName
{
background-color: #3C80AA;
}
</style>
border-color css
<style>
span { border-color: #3C80AA; }
span { border-color: rgb(60,128,170); }
td.TdClassName
{
border-color: #3C80AA;
}
.TagClassName
{
border-color: #3C80AA;
}
</style>