Shades of Curious Blue #366FC5
Tints of Curious Blue #366FC5
RGB
CMYK
RGB Variations
Color information
#366FC5 (or 0x366FC5) is known color: Curious Blue. HEX triplet: 36, 6F and C5. RGB value is (54,111,197). Sum of RGB (Red+Green+Blue) = 54+111+197=362 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.92% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 197 (77.34% from 255 or 54.42% from 362); Max value from RGB is 197 - color contains mainly: blue. Hex color #366FC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366FC5 is #C9903A. Grayscale: #676767. Windows color (decimal): -13209659 or 12939062. OLE color: 12939062.
HSL color Cylindrical-coordinate representation of color #366FC5: hue angle of 216.08º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #366FC5 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 54 | 111 | 197 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.23 |
| HSL | 216.08º | 0.57% | 0.49% | - |
| HSV(B) | 216.08º | 0.73% | 0.77% | - |
| XYZ | 17.28 | 16.18 | 55.04 | - |
| YUV | 103.76 | 180.62 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 111 | 197 | 0.73 | 0.44 | 0 | 0.23 | 216.08 | 0.57 | 0.49 |
| Hex | 36 | 6F | C5 | 49 | 2C | 0 | 17 | D8 | 39 | 31 |
| Octal | 66 | 157 | 305 | 111 | 54 | 0 | 27 | 330 | 71 | 61 |
| Binary | 110110 | 1101111 | 11000101 | 1001001 | 101100 | 0 | 10111 | 11011000 | 111001 | 110001 |
Color Harmonies of #366FC5
Complementary color
Monochromatic Colors of #366FC5
Black with #366FC5
Text Example
Text Example
White with #366FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366FC5; }
p { color: rgb(54,111,197); }
H1.HeaderClassName
{
color: #366FC5;
}
.AnyTagClassName
{
color: #366FC5;
}
</style>
background-color css
<style>
a { background-color: #366FC5; }
a { background-color: rgb(54,111,197); }
div.DivClassName
{
background-color: #366FC5;
}
.BgClassName
{
background-color: #366FC5;
}
</style>
border-color css
<style>
span { border-color: #366FC5; }
span { border-color: rgb(54,111,197); }
td.TdClassName
{
border-color: #366FC5;
}
.TagClassName
{
border-color: #366FC5;
}
</style>