Shades of Curious Blue #367FBC
Tints of Curious Blue #367FBC
RGB
CMYK
RGB Variations
Color information
#367FBC (or 0x367FBC) is known color: Curious Blue. HEX triplet: 36, 7F and BC. RGB value is (54,127,188). Sum of RGB (Red+Green+Blue) = 54+127+188=369 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.63% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #367FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367FBC is #C98043. Grayscale: #6F6F6F. Windows color (decimal): -13205572 or 12353334. OLE color: 12353334.
HSL color Cylindrical-coordinate representation of color #367FBC: hue angle of 207.31º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #367FBC is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 127 | 188 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.26 |
| HSL | 207.31º | 0.55% | 0.47% | - |
| HSV(B) | 207.31º | 0.71% | 0.74% | - |
| XYZ | 18.19 | 19.59 | 50.4 | - |
| YUV | 112.13 | 170.82 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 188 | 0.71 | 0.32 | 0 | 0.26 | 207.31 | 0.55 | 0.47 |
| Hex | 36 | 7F | BC | 47 | 20 | 0 | 1A | CF | 37 | 2F |
| Octal | 66 | 177 | 274 | 107 | 40 | 0 | 32 | 317 | 67 | 57 |
| Binary | 110110 | 1111111 | 10111100 | 1000111 | 100000 | 0 | 11010 | 11001111 | 110111 | 101111 |
Color Harmonies of #367FBC
Complementary color
Monochromatic Colors of #367FBC
Black with #367FBC
Text Example
Text Example
White with #367FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367FBC; }
p { color: rgb(54,127,188); }
H1.HeaderClassName
{
color: #367FBC;
}
.AnyTagClassName
{
color: #367FBC;
}
</style>
background-color css
<style>
a { background-color: #367FBC; }
a { background-color: rgb(54,127,188); }
div.DivClassName
{
background-color: #367FBC;
}
.BgClassName
{
background-color: #367FBC;
}
</style>
border-color css
<style>
span { border-color: #367FBC; }
span { border-color: rgb(54,127,188); }
td.TdClassName
{
border-color: #367FBC;
}
.TagClassName
{
border-color: #367FBC;
}
</style>