Shades of Curious Blue #367BBE
Tints of Curious Blue #367BBE
RGB
CMYK
RGB Variations
Color information
#367BBE (or 0x367BBE) is known color: Curious Blue. HEX triplet: 36, 7B and BE. RGB value is (54,123,190). Sum of RGB (Red+Green+Blue) = 54+123+190=367 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.71% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #367BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367BBE is #C98441. Grayscale: #6D6D6D. Windows color (decimal): -13206594 or 12483382. OLE color: 12483382.
HSL color Cylindrical-coordinate representation of color #367BBE: hue angle of 209.56º 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 #367BBE is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 123 | 190 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.25 |
| HSL | 209.56º | 0.56% | 0.48% | - |
| HSV(B) | 209.56º | 0.72% | 0.75% | - |
| XYZ | 17.9 | 18.67 | 51.38 | - |
| YUV | 110.01 | 173.14 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 123 | 190 | 0.72 | 0.35 | 0 | 0.25 | 209.56 | 0.56 | 0.48 |
| Hex | 36 | 7B | BE | 48 | 23 | 0 | 19 | D2 | 38 | 30 |
| Octal | 66 | 173 | 276 | 110 | 43 | 0 | 31 | 322 | 70 | 60 |
| Binary | 110110 | 1111011 | 10111110 | 1001000 | 100011 | 0 | 11001 | 11010010 | 111000 | 110000 |
Color Harmonies of #367BBE
Complementary color
Monochromatic Colors of #367BBE
Black with #367BBE
Text Example
Text Example
White with #367BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367BBE; }
p { color: rgb(54,123,190); }
H1.HeaderClassName
{
color: #367BBE;
}
.AnyTagClassName
{
color: #367BBE;
}
</style>
background-color css
<style>
a { background-color: #367BBE; }
a { background-color: rgb(54,123,190); }
div.DivClassName
{
background-color: #367BBE;
}
.BgClassName
{
background-color: #367BBE;
}
</style>
border-color css
<style>
span { border-color: #367BBE; }
span { border-color: rgb(54,123,190); }
td.TdClassName
{
border-color: #367BBE;
}
.TagClassName
{
border-color: #367BBE;
}
</style>