Shades of Curious Blue #367CC6
Tints of Curious Blue #367CC6
RGB
CMYK
RGB Variations
Color information
#367CC6 (or 0x367CC6) is known color: Curious Blue. HEX triplet: 36, 7C and C6. RGB value is (54,124,198). Sum of RGB (Red+Green+Blue) = 54+124+198=376 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.36% from 376); Green value is 124 (48.83% from 255 or 32.98% from 376); Blue value is 198 (77.73% from 255 or 52.66% from 376); Max value from RGB is 198 - color contains mainly: blue. Hex color #367CC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367CC6 is #C98339. Grayscale: #6F6F6F. Windows color (decimal): -13206330 or 13007926. OLE color: 13007926.
HSL color Cylindrical-coordinate representation of color #367CC6: hue angle of 210.83º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #367CC6 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 124 | 198 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.22 |
| HSL | 210.83º | 0.57% | 0.49% | - |
| HSV(B) | 210.83º | 0.73% | 0.78% | - |
| XYZ | 18.92 | 19.28 | 56.15 | - |
| YUV | 111.51 | 176.81 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 198 | 0.73 | 0.37 | 0 | 0.22 | 210.83 | 0.57 | 0.49 |
| Hex | 36 | 7C | C6 | 49 | 25 | 0 | 16 | D3 | 39 | 31 |
| Octal | 66 | 174 | 306 | 111 | 45 | 0 | 26 | 323 | 71 | 61 |
| Binary | 110110 | 1111100 | 11000110 | 1001001 | 100101 | 0 | 10110 | 11010011 | 111001 | 110001 |
Color Harmonies of #367CC6
Complementary color
Monochromatic Colors of #367CC6
Black with #367CC6
Text Example
Text Example
White with #367CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367CC6; }
p { color: rgb(54,124,198); }
H1.HeaderClassName
{
color: #367CC6;
}
.AnyTagClassName
{
color: #367CC6;
}
</style>
background-color css
<style>
a { background-color: #367CC6; }
a { background-color: rgb(54,124,198); }
div.DivClassName
{
background-color: #367CC6;
}
.BgClassName
{
background-color: #367CC6;
}
</style>
border-color css
<style>
span { border-color: #367CC6; }
span { border-color: rgb(54,124,198); }
td.TdClassName
{
border-color: #367CC6;
}
.TagClassName
{
border-color: #367CC6;
}
</style>