Shades of Curious Blue #367FAD
Tints of Curious Blue #367FAD
RGB
CMYK
RGB Variations
Color information
#367FAD (or 0x367FAD) is known color: Curious Blue. HEX triplet: 36, 7F and AD. RGB value is (54,127,173). Sum of RGB (Red+Green+Blue) = 54+127+173=354 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.25% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #367FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367FAD is #C98052. Grayscale: #6E6E6E. Windows color (decimal): -13205587 or 11370294. OLE color: 11370294.
HSL color Cylindrical-coordinate representation of color #367FAD: hue angle of 203.19º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #367FAD is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 127 | 173 | - |
| CMYK | 0.69 | 0.27 | 0 | 0.32 |
| HSL | 203.19º | 0.52% | 0.45% | - |
| HSV(B) | 203.19º | 0.69% | 0.68% | - |
| XYZ | 16.65 | 18.98 | 42.32 | - |
| YUV | 110.42 | 163.32 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 173 | 0.69 | 0.27 | 0 | 0.32 | 203.19 | 0.52 | 0.45 |
| Hex | 36 | 7F | AD | 45 | 1B | 0 | 20 | CB | 34 | 2D |
| Octal | 66 | 177 | 255 | 105 | 33 | 0 | 40 | 313 | 64 | 55 |
| Binary | 110110 | 1111111 | 10101101 | 1000101 | 11011 | 0 | 100000 | 11001011 | 110100 | 101101 |
Color Harmonies of #367FAD
Complementary color
Monochromatic Colors of #367FAD
Black with #367FAD
Text Example
Text Example
White with #367FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367FAD; }
p { color: rgb(54,127,173); }
H1.HeaderClassName
{
color: #367FAD;
}
.AnyTagClassName
{
color: #367FAD;
}
</style>
background-color css
<style>
a { background-color: #367FAD; }
a { background-color: rgb(54,127,173); }
div.DivClassName
{
background-color: #367FAD;
}
.BgClassName
{
background-color: #367FAD;
}
</style>
border-color css
<style>
span { border-color: #367FAD; }
span { border-color: rgb(54,127,173); }
td.TdClassName
{
border-color: #367FAD;
}
.TagClassName
{
border-color: #367FAD;
}
</style>