Shades of Curious Blue #3685BE
Tints of Curious Blue #3685BE
RGB
CMYK
RGB Variations
Color information
#3685BE (or 0x3685BE) is known color: Curious Blue. HEX triplet: 36, 85 and BE. RGB value is (54,133,190). Sum of RGB (Red+Green+Blue) = 54+133+190=377 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.32% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #3685BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3685BE is #C97A41. Grayscale: #737373. Windows color (decimal): -13204034 or 12485942. OLE color: 12485942.
HSL color Cylindrical-coordinate representation of color #3685BE: hue angle of 205.15º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3685BE is Cyan = 0.72, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 133 | 190 | - |
| CMYK | 0.72 | 0.3 | 0 | 0.25 |
| HSL | 205.15º | 0.56% | 0.48% | - |
| HSV(B) | 205.15º | 0.72% | 0.75% | - |
| XYZ | 19.2 | 21.28 | 51.81 | - |
| YUV | 115.88 | 169.83 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 133 | 190 | 0.72 | 0.3 | 0 | 0.25 | 205.15 | 0.56 | 0.48 |
| Hex | 36 | 85 | BE | 48 | 1E | 0 | 19 | CD | 38 | 30 |
| Octal | 66 | 205 | 276 | 110 | 36 | 0 | 31 | 315 | 70 | 60 |
| Binary | 110110 | 10000101 | 10111110 | 1001000 | 11110 | 0 | 11001 | 11001101 | 111000 | 110000 |
Color Harmonies of #3685BE
Complementary color
Monochromatic Colors of #3685BE
Black with #3685BE
Text Example
Text Example
White with #3685BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3685BE; }
p { color: rgb(54,133,190); }
H1.HeaderClassName
{
color: #3685BE;
}
.AnyTagClassName
{
color: #3685BE;
}
</style>
background-color css
<style>
a { background-color: #3685BE; }
a { background-color: rgb(54,133,190); }
div.DivClassName
{
background-color: #3685BE;
}
.BgClassName
{
background-color: #3685BE;
}
</style>
border-color css
<style>
span { border-color: #3685BE; }
span { border-color: rgb(54,133,190); }
td.TdClassName
{
border-color: #3685BE;
}
.TagClassName
{
border-color: #3685BE;
}
</style>