Shades of Curious Blue #3C82AA
Tints of Curious Blue #3C82AA
RGB
CMYK
RGB Variations
Color information
#3C82AA (or 0x3C82AA) is known color: Curious Blue. HEX triplet: 3C, 82 and AA. RGB value is (60,130,170). Sum of RGB (Red+Green+Blue) = 60+130+170=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C82AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C82AA is #C37D55. Grayscale: #717171. Windows color (decimal): -12811606 or 11174460. OLE color: 11174460.
HSL color Cylindrical-coordinate representation of color #3C82AA: hue angle of 201.82º 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 #3C82AA is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 130 | 170 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.33 |
| HSL | 201.82º | 0.48% | 0.45% | - |
| HSV(B) | 201.82º | 0.65% | 0.67% | - |
| XYZ | 17.1 | 19.83 | 40.96 | - |
| YUV | 113.63 | 159.81 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 130 | 170 | 0.65 | 0.24 | 0 | 0.33 | 201.82 | 0.48 | 0.45 |
| Hex | 3C | 82 | AA | 41 | 18 | 0 | 21 | CA | 30 | 2D |
| Octal | 74 | 202 | 252 | 101 | 30 | 0 | 41 | 312 | 60 | 55 |
| Binary | 111100 | 10000010 | 10101010 | 1000001 | 11000 | 0 | 100001 | 11001010 | 110000 | 101101 |
Color Harmonies of #3C82AA
Complementary color
Monochromatic Colors of #3C82AA
Black with #3C82AA
Text Example
Text Example
White with #3C82AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C82AA; }
p { color: rgb(60,130,170); }
H1.HeaderClassName
{
color: #3C82AA;
}
.AnyTagClassName
{
color: #3C82AA;
}
</style>
background-color css
<style>
a { background-color: #3C82AA; }
a { background-color: rgb(60,130,170); }
div.DivClassName
{
background-color: #3C82AA;
}
.BgClassName
{
background-color: #3C82AA;
}
</style>
border-color css
<style>
span { border-color: #3C82AA; }
span { border-color: rgb(60,130,170); }
td.TdClassName
{
border-color: #3C82AA;
}
.TagClassName
{
border-color: #3C82AA;
}
</style>