Shades of Curious Blue #367FBA
Tints of Curious Blue #367FBA
RGB
CMYK
RGB Variations
Color information
#367FBA (or 0x367FBA) is known color: Curious Blue. HEX triplet: 36, 7F and BA. RGB value is (54,127,186). Sum of RGB (Red+Green+Blue) = 54+127+186=367 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.71% from 367); Green value is 127 (50% from 255 or 34.60% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #367FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367FBA is #C98045. Grayscale: #6F6F6F. Windows color (decimal): -13205574 or 12222262. OLE color: 12222262.
HSL color Cylindrical-coordinate representation of color #367FBA: hue angle of 206.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #367FBA is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 127 | 186 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.27 |
| HSL | 206.82º | 0.55% | 0.47% | - |
| HSV(B) | 206.82º | 0.71% | 0.73% | - |
| XYZ | 17.97 | 19.51 | 49.27 | - |
| YUV | 111.9 | 169.82 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 186 | 0.71 | 0.32 | 0 | 0.27 | 206.82 | 0.55 | 0.47 |
| Hex | 36 | 7F | BA | 47 | 20 | 0 | 1B | CF | 37 | 2F |
| Octal | 66 | 177 | 272 | 107 | 40 | 0 | 33 | 317 | 67 | 57 |
| Binary | 110110 | 1111111 | 10111010 | 1000111 | 100000 | 0 | 11011 | 11001111 | 110111 | 101111 |
Color Harmonies of #367FBA
Complementary color
Monochromatic Colors of #367FBA
Black with #367FBA
Text Example
Text Example
White with #367FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367FBA; }
p { color: rgb(54,127,186); }
H1.HeaderClassName
{
color: #367FBA;
}
.AnyTagClassName
{
color: #367FBA;
}
</style>
background-color css
<style>
a { background-color: #367FBA; }
a { background-color: rgb(54,127,186); }
div.DivClassName
{
background-color: #367FBA;
}
.BgClassName
{
background-color: #367FBA;
}
</style>
border-color css
<style>
span { border-color: #367FBA; }
span { border-color: rgb(54,127,186); }
td.TdClassName
{
border-color: #367FBA;
}
.TagClassName
{
border-color: #367FBA;
}
</style>