Shades of Curious Blue #3685D8
Tints of Curious Blue #3685D8
RGB
CMYK
RGB Variations
Color information
#3685D8 (or 0x3685D8) is known color: Curious Blue. HEX triplet: 36, 85 and D8. RGB value is (54,133,216). Sum of RGB (Red+Green+Blue) = 54+133+216=403 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.40% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 216 (84.77% from 255 or 53.60% from 403); Max value from RGB is 216 - color contains mainly: blue. Hex color #3685D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3685D8 is #C97A27. Grayscale: #767676. Windows color (decimal): -13204008 or 14189878. OLE color: 14189878.
HSL color Cylindrical-coordinate representation of color #3685D8: hue angle of 210.74º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3685D8 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 133 | 216 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.15 |
| HSL | 210.74º | 0.68% | 0.53% | - |
| HSV(B) | 210.74º | 0.75% | 0.85% | - |
| XYZ | 22.3 | 22.52 | 68.14 | - |
| YUV | 118.84 | 182.83 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 133 | 216 | 0.75 | 0.38 | 0 | 0.15 | 210.74 | 0.68 | 0.53 |
| Hex | 36 | 85 | D8 | 4B | 26 | 0 | F | D3 | 44 | 35 |
| Octal | 66 | 205 | 330 | 113 | 46 | 0 | 17 | 323 | 104 | 65 |
| Binary | 110110 | 10000101 | 11011000 | 1001011 | 100110 | 0 | 1111 | 11010011 | 1000100 | 110101 |
Color Harmonies of #3685D8
Complementary color
Monochromatic Colors of #3685D8
Black with #3685D8
Text Example
Text Example
White with #3685D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3685D8; }
p { color: rgb(54,133,216); }
H1.HeaderClassName
{
color: #3685D8;
}
.AnyTagClassName
{
color: #3685D8;
}
</style>
background-color css
<style>
a { background-color: #3685D8; }
a { background-color: rgb(54,133,216); }
div.DivClassName
{
background-color: #3685D8;
}
.BgClassName
{
background-color: #3685D8;
}
</style>
border-color css
<style>
span { border-color: #3685D8; }
span { border-color: rgb(54,133,216); }
td.TdClassName
{
border-color: #3685D8;
}
.TagClassName
{
border-color: #3685D8;
}
</style>