Shades of Curious Blue #3684CE
Tints of Curious Blue #3684CE
RGB
CMYK
RGB Variations
Color information
#3684CE (or 0x3684CE) is known color: Curious Blue. HEX triplet: 36, 84 and CE. RGB value is (54,132,206). Sum of RGB (Red+Green+Blue) = 54+132+206=392 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.78% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #3684CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3684CE is #C97B31. Grayscale: #747474. Windows color (decimal): -13204274 or 13534262. OLE color: 13534262.
HSL color Cylindrical-coordinate representation of color #3684CE: hue angle of 209.21º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3684CE is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 132 | 206 | - |
| CMYK | 0.74 | 0.36 | 0 | 0.19 |
| HSL | 209.21º | 0.61% | 0.51% | - |
| HSV(B) | 209.21º | 0.74% | 0.81% | - |
| XYZ | 20.91 | 21.74 | 61.49 | - |
| YUV | 117.11 | 178.16 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 132 | 206 | 0.74 | 0.36 | 0 | 0.19 | 209.21 | 0.61 | 0.51 |
| Hex | 36 | 84 | CE | 4A | 24 | 0 | 13 | D1 | 3D | 33 |
| Octal | 66 | 204 | 316 | 112 | 44 | 0 | 23 | 321 | 75 | 63 |
| Binary | 110110 | 10000100 | 11001110 | 1001010 | 100100 | 0 | 10011 | 11010001 | 111101 | 110011 |
Color Harmonies of #3684CE
Complementary color
Monochromatic Colors of #3684CE
Black with #3684CE
Text Example
Text Example
White with #3684CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3684CE; }
p { color: rgb(54,132,206); }
H1.HeaderClassName
{
color: #3684CE;
}
.AnyTagClassName
{
color: #3684CE;
}
</style>
background-color css
<style>
a { background-color: #3684CE; }
a { background-color: rgb(54,132,206); }
div.DivClassName
{
background-color: #3684CE;
}
.BgClassName
{
background-color: #3684CE;
}
</style>
border-color css
<style>
span { border-color: #3684CE; }
span { border-color: rgb(54,132,206); }
td.TdClassName
{
border-color: #3684CE;
}
.TagClassName
{
border-color: #3684CE;
}
</style>