Shades of Curious Blue #3680B3
Tints of Curious Blue #3680B3
RGB
CMYK
RGB Variations
Color information
#3680B3 (or 0x3680B3) is known color: Curious Blue. HEX triplet: 36, 80 and B3. RGB value is (54,128,179). Sum of RGB (Red+Green+Blue) = 54+128+179=361 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.96% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 179 (70.31% from 255 or 49.58% from 361); Max value from RGB is 179 - color contains mainly: blue. Hex color #3680B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3680B3 is #C97F4C. Grayscale: #6F6F6F. Windows color (decimal): -13205325 or 11763766. OLE color: 11763766.
HSL color Cylindrical-coordinate representation of color #3680B3: hue angle of 204.48º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3680B3 is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 54 | 128 | 179 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.30 |
| HSL | 204.48º | 0.54% | 0.46% | - |
| HSV(B) | 204.48º | 0.7% | 0.7% | - |
| XYZ | 17.38 | 19.48 | 45.49 | - |
| YUV | 111.69 | 165.98 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 128 | 179 | 0.70 | 0.28 | 0 | 0.30 | 204.48 | 0.54 | 0.46 |
| Hex | 36 | 80 | B3 | 46 | 1C | 0 | 1E | CC | 36 | 2E |
| Octal | 66 | 200 | 263 | 106 | 34 | 0 | 36 | 314 | 66 | 56 |
| Binary | 110110 | 10000000 | 10110011 | 1000110 | 11100 | 0 | 11110 | 11001100 | 110110 | 101110 |
Color Harmonies of #3680B3
Complementary color
Monochromatic Colors of #3680B3
Black with #3680B3
Text Example
Text Example
White with #3680B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3680B3; }
p { color: rgb(54,128,179); }
H1.HeaderClassName
{
color: #3680B3;
}
.AnyTagClassName
{
color: #3680B3;
}
</style>
background-color css
<style>
a { background-color: #3680B3; }
a { background-color: rgb(54,128,179); }
div.DivClassName
{
background-color: #3680B3;
}
.BgClassName
{
background-color: #3680B3;
}
</style>
border-color css
<style>
span { border-color: #3680B3; }
span { border-color: rgb(54,128,179); }
td.TdClassName
{
border-color: #3680B3;
}
.TagClassName
{
border-color: #3680B3;
}
</style>