Shades of Curious Blue #3680D1
Tints of Curious Blue #3680D1
RGB
CMYK
RGB Variations
Color information
#3680D1 (or 0x3680D1) is known color: Curious Blue. HEX triplet: 36, 80 and D1. RGB value is (54,128,209). Sum of RGB (Red+Green+Blue) = 54+128+209=391 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.81% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 209 (82.03% from 255 or 53.45% from 391); Max value from RGB is 209 - color contains mainly: blue. Hex color #3680D1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3680D1 is #C97F2E. Grayscale: #727272. Windows color (decimal): -13205295 or 13729846. OLE color: 13729846.
HSL color Cylindrical-coordinate representation of color #3680D1: hue angle of 211.35º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3680D1 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 128 | 209 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.18 |
| HSL | 211.35º | 0.63% | 0.52% | - |
| HSV(B) | 211.35º | 0.74% | 0.82% | - |
| XYZ | 20.75 | 20.83 | 63.25 | - |
| YUV | 115.11 | 180.98 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 128 | 209 | 0.74 | 0.39 | 0 | 0.18 | 211.35 | 0.63 | 0.52 |
| Hex | 36 | 80 | D1 | 4A | 27 | 0 | 12 | D3 | 3F | 34 |
| Octal | 66 | 200 | 321 | 112 | 47 | 0 | 22 | 323 | 77 | 64 |
| Binary | 110110 | 10000000 | 11010001 | 1001010 | 100111 | 0 | 10010 | 11010011 | 111111 | 110100 |
Color Harmonies of #3680D1
Complementary color
Monochromatic Colors of #3680D1
Black with #3680D1
Text Example
Text Example
White with #3680D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3680D1; }
p { color: rgb(54,128,209); }
H1.HeaderClassName
{
color: #3680D1;
}
.AnyTagClassName
{
color: #3680D1;
}
</style>
background-color css
<style>
a { background-color: #3680D1; }
a { background-color: rgb(54,128,209); }
div.DivClassName
{
background-color: #3680D1;
}
.BgClassName
{
background-color: #3680D1;
}
</style>
border-color css
<style>
span { border-color: #3680D1; }
span { border-color: rgb(54,128,209); }
td.TdClassName
{
border-color: #3680D1;
}
.TagClassName
{
border-color: #3680D1;
}
</style>