Shades of Curious Blue #367FCC
Tints of Curious Blue #367FCC
RGB
CMYK
RGB Variations
Color information
#367FCC (or 0x367FCC) is known color: Curious Blue. HEX triplet: 36, 7F and CC. RGB value is (54,127,204). Sum of RGB (Red+Green+Blue) = 54+127+204=385 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.03% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #367FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367FCC is #C98033. Grayscale: #717171. Windows color (decimal): -13205556 or 13401910. OLE color: 13401910.
HSL color Cylindrical-coordinate representation of color #367FCC: hue angle of 210.8º 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 #367FCC is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 127 | 204 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.2 |
| HSL | 210.8º | 0.6% | 0.51% | - |
| HSV(B) | 210.8º | 0.74% | 0.8% | - |
| XYZ | 20.01 | 20.32 | 59.99 | - |
| YUV | 113.95 | 178.82 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 204 | 0.74 | 0.38 | 0 | 0.2 | 210.8 | 0.6 | 0.51 |
| Hex | 36 | 7F | CC | 4A | 26 | 0 | 14 | D3 | 3C | 33 |
| Octal | 66 | 177 | 314 | 112 | 46 | 0 | 24 | 323 | 74 | 63 |
| Binary | 110110 | 1111111 | 11001100 | 1001010 | 100110 | 0 | 10100 | 11010011 | 111100 | 110011 |
Color Harmonies of #367FCC
Complementary color
Monochromatic Colors of #367FCC
Black with #367FCC
Text Example
Text Example
White with #367FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367FCC; }
p { color: rgb(54,127,204); }
H1.HeaderClassName
{
color: #367FCC;
}
.AnyTagClassName
{
color: #367FCC;
}
</style>
background-color css
<style>
a { background-color: #367FCC; }
a { background-color: rgb(54,127,204); }
div.DivClassName
{
background-color: #367FCC;
}
.BgClassName
{
background-color: #367FCC;
}
</style>
border-color css
<style>
span { border-color: #367FCC; }
span { border-color: rgb(54,127,204); }
td.TdClassName
{
border-color: #367FCC;
}
.TagClassName
{
border-color: #367FCC;
}
</style>