Shades of Curious Blue #367FCD
Tints of Curious Blue #367FCD
RGB
CMYK
RGB Variations
Color information
#367FCD (or 0x367FCD) is known color: Curious Blue. HEX triplet: 36, 7F and CD. RGB value is (54,127,205). Sum of RGB (Red+Green+Blue) = 54+127+205=386 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.99% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #367FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367FCD is #C98032. Grayscale: #717171. Windows color (decimal): -13205555 or 13467446. OLE color: 13467446.
HSL color Cylindrical-coordinate representation of color #367FCD: hue angle of 210.99º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #367FCD is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 54 | 127 | 205 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.20 |
| HSL | 210.99º | 0.6% | 0.51% | - |
| HSV(B) | 210.99º | 0.74% | 0.8% | - |
| XYZ | 20.13 | 20.37 | 60.63 | - |
| YUV | 114.07 | 179.32 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 205 | 0.74 | 0.38 | 0 | 0.20 | 210.99 | 0.6 | 0.51 |
| Hex | 36 | 7F | CD | 4A | 26 | 0 | 14 | D3 | 3C | 33 |
| Octal | 66 | 177 | 315 | 112 | 46 | 0 | 24 | 323 | 74 | 63 |
| Binary | 110110 | 1111111 | 11001101 | 1001010 | 100110 | 0 | 10100 | 11010011 | 111100 | 110011 |
Color Harmonies of #367FCD
Complementary color
Monochromatic Colors of #367FCD
Black with #367FCD
Text Example
Text Example
White with #367FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367FCD; }
p { color: rgb(54,127,205); }
H1.HeaderClassName
{
color: #367FCD;
}
.AnyTagClassName
{
color: #367FCD;
}
</style>
background-color css
<style>
a { background-color: #367FCD; }
a { background-color: rgb(54,127,205); }
div.DivClassName
{
background-color: #367FCD;
}
.BgClassName
{
background-color: #367FCD;
}
</style>
border-color css
<style>
span { border-color: #367FCD; }
span { border-color: rgb(54,127,205); }
td.TdClassName
{
border-color: #367FCD;
}
.TagClassName
{
border-color: #367FCD;
}
</style>