Shades of Curious Blue #367BAB
Tints of Curious Blue #367BAB
RGB
CMYK
RGB Variations
Color information
#367BAB (or 0x367BAB) is known color: Curious Blue. HEX triplet: 36, 7B and AB. RGB value is (54,123,171). Sum of RGB (Red+Green+Blue) = 54+123+171=348 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.52% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #367BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367BAB is #C98454. Grayscale: #6B6B6B. Windows color (decimal): -13206613 or 11238198. OLE color: 11238198.
HSL color Cylindrical-coordinate representation of color #367BAB: hue angle of 204.62º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #367BAB is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 123 | 171 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.33 |
| HSL | 204.62º | 0.52% | 0.44% | - |
| HSV(B) | 204.62º | 0.68% | 0.67% | - |
| XYZ | 15.95 | 17.89 | 41.14 | - |
| YUV | 107.84 | 163.64 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 123 | 171 | 0.68 | 0.28 | 0 | 0.33 | 204.62 | 0.52 | 0.44 |
| Hex | 36 | 7B | AB | 44 | 1C | 0 | 21 | CD | 34 | 2C |
| Octal | 66 | 173 | 253 | 104 | 34 | 0 | 41 | 315 | 64 | 54 |
| Binary | 110110 | 1111011 | 10101011 | 1000100 | 11100 | 0 | 100001 | 11001101 | 110100 | 101100 |
Color Harmonies of #367BAB
Complementary color
Monochromatic Colors of #367BAB
Black with #367BAB
Text Example
Text Example
White with #367BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367BAB; }
p { color: rgb(54,123,171); }
H1.HeaderClassName
{
color: #367BAB;
}
.AnyTagClassName
{
color: #367BAB;
}
</style>
background-color css
<style>
a { background-color: #367BAB; }
a { background-color: rgb(54,123,171); }
div.DivClassName
{
background-color: #367BAB;
}
.BgClassName
{
background-color: #367BAB;
}
</style>
border-color css
<style>
span { border-color: #367BAB; }
span { border-color: rgb(54,123,171); }
td.TdClassName
{
border-color: #367BAB;
}
.TagClassName
{
border-color: #367BAB;
}
</style>