Shades of Curious Blue #366EBC
Tints of Curious Blue #366EBC
RGB
CMYK
RGB Variations
Color information
#366EBC (or 0x366EBC) is known color: Curious Blue. HEX triplet: 36, 6E and BC. RGB value is (54,110,188). Sum of RGB (Red+Green+Blue) = 54+110+188=352 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.34% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #366EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366EBC is #C99143. Grayscale: #656565. Windows color (decimal): -13209924 or 12348982. OLE color: 12348982.
HSL color Cylindrical-coordinate representation of color #366EBC: hue angle of 214.93º 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 #366EBC is Cyan = 0.71, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 110 | 188 | - |
| CMYK | 0.71 | 0.41 | 0 | 0.26 |
| HSL | 214.93º | 0.55% | 0.47% | - |
| HSV(B) | 214.93º | 0.71% | 0.74% | - |
| XYZ | 16.17 | 15.57 | 49.73 | - |
| YUV | 102.15 | 176.45 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 110 | 188 | 0.71 | 0.41 | 0 | 0.26 | 214.93 | 0.55 | 0.47 |
| Hex | 36 | 6E | BC | 47 | 29 | 0 | 1A | D7 | 37 | 2F |
| Octal | 66 | 156 | 274 | 107 | 51 | 0 | 32 | 327 | 67 | 57 |
| Binary | 110110 | 1101110 | 10111100 | 1000111 | 101001 | 0 | 11010 | 11010111 | 110111 | 101111 |
Color Harmonies of #366EBC
Complementary color
Monochromatic Colors of #366EBC
Black with #366EBC
Text Example
Text Example
White with #366EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366EBC; }
p { color: rgb(54,110,188); }
H1.HeaderClassName
{
color: #366EBC;
}
.AnyTagClassName
{
color: #366EBC;
}
</style>
background-color css
<style>
a { background-color: #366EBC; }
a { background-color: rgb(54,110,188); }
div.DivClassName
{
background-color: #366EBC;
}
.BgClassName
{
background-color: #366EBC;
}
</style>
border-color css
<style>
span { border-color: #366EBC; }
span { border-color: rgb(54,110,188); }
td.TdClassName
{
border-color: #366EBC;
}
.TagClassName
{
border-color: #366EBC;
}
</style>