Shades of Curious Blue #367FAC
Tints of Curious Blue #367FAC
RGB
CMYK
RGB Variations
Color information
#367FAC (or 0x367FAC) is known color: Curious Blue. HEX triplet: 36, 7F and AC. RGB value is (54,127,172). Sum of RGB (Red+Green+Blue) = 54+127+172=353 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.30% from 353); Green value is 127 (50% from 255 or 35.98% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #367FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367FAC is #C98053. Grayscale: #6E6E6E. Windows color (decimal): -13205588 or 11304758. OLE color: 11304758.
HSL color Cylindrical-coordinate representation of color #367FAC: hue angle of 202.88º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #367FAC is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 127 | 172 | - |
| CMYK | 0.69 | 0.26 | 0 | 0.33 |
| HSL | 202.88º | 0.52% | 0.44% | - |
| HSV(B) | 202.88º | 0.69% | 0.67% | - |
| XYZ | 16.56 | 18.94 | 41.81 | - |
| YUV | 110.3 | 162.82 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 172 | 0.69 | 0.26 | 0 | 0.33 | 202.88 | 0.52 | 0.44 |
| Hex | 36 | 7F | AC | 45 | 1A | 0 | 21 | CB | 34 | 2C |
| Octal | 66 | 177 | 254 | 105 | 32 | 0 | 41 | 313 | 64 | 54 |
| Binary | 110110 | 1111111 | 10101100 | 1000101 | 11010 | 0 | 100001 | 11001011 | 110100 | 101100 |
Color Harmonies of #367FAC
Complementary color
Monochromatic Colors of #367FAC
Black with #367FAC
Text Example
Text Example
White with #367FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367FAC; }
p { color: rgb(54,127,172); }
H1.HeaderClassName
{
color: #367FAC;
}
.AnyTagClassName
{
color: #367FAC;
}
</style>
background-color css
<style>
a { background-color: #367FAC; }
a { background-color: rgb(54,127,172); }
div.DivClassName
{
background-color: #367FAC;
}
.BgClassName
{
background-color: #367FAC;
}
</style>
border-color css
<style>
span { border-color: #367FAC; }
span { border-color: rgb(54,127,172); }
td.TdClassName
{
border-color: #367FAC;
}
.TagClassName
{
border-color: #367FAC;
}
</style>