Shades of Curious Blue #367CBB
Tints of Curious Blue #367CBB
RGB
CMYK
RGB Variations
Color information
#367CBB (or 0x367CBB) is known color: Curious Blue. HEX triplet: 36, 7C and BB. RGB value is (54,124,187). Sum of RGB (Red+Green+Blue) = 54+124+187=365 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.79% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #367CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367CBB is #C98344. Grayscale: #6D6D6D. Windows color (decimal): -13206341 or 12287030. OLE color: 12287030.
HSL color Cylindrical-coordinate representation of color #367CBB: hue angle of 208.42º 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 #367CBB is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 124 | 187 | - |
| CMYK | 0.71 | 0.34 | 0 | 0.27 |
| HSL | 208.42º | 0.55% | 0.47% | - |
| HSV(B) | 208.42º | 0.71% | 0.73% | - |
| XYZ | 17.7 | 18.79 | 49.71 | - |
| YUV | 110.25 | 171.31 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 187 | 0.71 | 0.34 | 0 | 0.27 | 208.42 | 0.55 | 0.47 |
| Hex | 36 | 7C | BB | 47 | 22 | 0 | 1B | D0 | 37 | 2F |
| Octal | 66 | 174 | 273 | 107 | 42 | 0 | 33 | 320 | 67 | 57 |
| Binary | 110110 | 1111100 | 10111011 | 1000111 | 100010 | 0 | 11011 | 11010000 | 110111 | 101111 |
Color Harmonies of #367CBB
Complementary color
Monochromatic Colors of #367CBB
Black with #367CBB
Text Example
Text Example
White with #367CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367CBB; }
p { color: rgb(54,124,187); }
H1.HeaderClassName
{
color: #367CBB;
}
.AnyTagClassName
{
color: #367CBB;
}
</style>
background-color css
<style>
a { background-color: #367CBB; }
a { background-color: rgb(54,124,187); }
div.DivClassName
{
background-color: #367CBB;
}
.BgClassName
{
background-color: #367CBB;
}
</style>
border-color css
<style>
span { border-color: #367CBB; }
span { border-color: rgb(54,124,187); }
td.TdClassName
{
border-color: #367CBB;
}
.TagClassName
{
border-color: #367CBB;
}
</style>