Shades of Curious Blue #3680CC
Tints of Curious Blue #3680CC
RGB
CMYK
RGB Variations
Color information
#3680CC (or 0x3680CC) is known color: Curious Blue. HEX triplet: 36, 80 and CC. RGB value is (54,128,204). Sum of RGB (Red+Green+Blue) = 54+128+204=386 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.99% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 204 (80.08% from 255 or 52.85% from 386); Max value from RGB is 204 - color contains mainly: blue. Hex color #3680CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3680CC is #C97F33. Grayscale: #727272. Windows color (decimal): -13205300 or 13402166. OLE color: 13402166.
HSL color Cylindrical-coordinate representation of color #3680CC: hue angle of 210.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3680CC is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 128 | 204 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.2 |
| HSL | 210.4º | 0.6% | 0.51% | - |
| HSV(B) | 210.4º | 0.74% | 0.8% | - |
| XYZ | 20.14 | 20.58 | 60.04 | - |
| YUV | 114.54 | 178.48 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 128 | 204 | 0.74 | 0.37 | 0 | 0.2 | 210.4 | 0.6 | 0.51 |
| Hex | 36 | 80 | CC | 4A | 25 | 0 | 14 | D2 | 3C | 33 |
| Octal | 66 | 200 | 314 | 112 | 45 | 0 | 24 | 322 | 74 | 63 |
| Binary | 110110 | 10000000 | 11001100 | 1001010 | 100101 | 0 | 10100 | 11010010 | 111100 | 110011 |
Color Harmonies of #3680CC
Complementary color
Monochromatic Colors of #3680CC
Black with #3680CC
Text Example
Text Example
White with #3680CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3680CC; }
p { color: rgb(54,128,204); }
H1.HeaderClassName
{
color: #3680CC;
}
.AnyTagClassName
{
color: #3680CC;
}
</style>
background-color css
<style>
a { background-color: #3680CC; }
a { background-color: rgb(54,128,204); }
div.DivClassName
{
background-color: #3680CC;
}
.BgClassName
{
background-color: #3680CC;
}
</style>
border-color css
<style>
span { border-color: #3680CC; }
span { border-color: rgb(54,128,204); }
td.TdClassName
{
border-color: #3680CC;
}
.TagClassName
{
border-color: #3680CC;
}
</style>