Shades of Curious Blue #367DBB
Tints of Curious Blue #367DBB
RGB
CMYK
RGB Variations
Color information
#367DBB (or 0x367DBB) is known color: Curious Blue. HEX triplet: 36, 7D and BB. RGB value is (54,125,187). Sum of RGB (Red+Green+Blue) = 54+125+187=366 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.75% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #367DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367DBB is #C98244. Grayscale: #6E6E6E. Windows color (decimal): -13206085 or 12287286. OLE color: 12287286.
HSL color Cylindrical-coordinate representation of color #367DBB: hue angle of 207.97º 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 #367DBB is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 125 | 187 | - |
| CMYK | 0.71 | 0.33 | 0 | 0.27 |
| HSL | 207.97º | 0.55% | 0.47% | - |
| HSV(B) | 207.97º | 0.71% | 0.73% | - |
| XYZ | 17.82 | 19.04 | 49.75 | - |
| YUV | 110.84 | 170.98 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 125 | 187 | 0.71 | 0.33 | 0 | 0.27 | 207.97 | 0.55 | 0.47 |
| Hex | 36 | 7D | BB | 47 | 21 | 0 | 1B | D0 | 37 | 2F |
| Octal | 66 | 175 | 273 | 107 | 41 | 0 | 33 | 320 | 67 | 57 |
| Binary | 110110 | 1111101 | 10111011 | 1000111 | 100001 | 0 | 11011 | 11010000 | 110111 | 101111 |
Color Harmonies of #367DBB
Complementary color
Monochromatic Colors of #367DBB
Black with #367DBB
Text Example
Text Example
White with #367DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367DBB; }
p { color: rgb(54,125,187); }
H1.HeaderClassName
{
color: #367DBB;
}
.AnyTagClassName
{
color: #367DBB;
}
</style>
background-color css
<style>
a { background-color: #367DBB; }
a { background-color: rgb(54,125,187); }
div.DivClassName
{
background-color: #367DBB;
}
.BgClassName
{
background-color: #367DBB;
}
</style>
border-color css
<style>
span { border-color: #367DBB; }
span { border-color: rgb(54,125,187); }
td.TdClassName
{
border-color: #367DBB;
}
.TagClassName
{
border-color: #367DBB;
}
</style>