Shades of Curious Blue #367CAB
Tints of Curious Blue #367CAB
RGB
CMYK
RGB Variations
Color information
#367CAB (or 0x367CAB) is known color: Curious Blue. HEX triplet: 36, 7C and AB. RGB value is (54,124,171). Sum of RGB (Red+Green+Blue) = 54+124+171=349 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.47% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #367CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367CAB is #C98354. Grayscale: #6C6C6C. Windows color (decimal): -13206357 or 11238454. OLE color: 11238454.
HSL color Cylindrical-coordinate representation of color #367CAB: hue angle of 204.1º 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 #367CAB is Cyan = 0.68, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 124 | 171 | - |
| CMYK | 0.68 | 0.27 | 0 | 0.33 |
| HSL | 204.1º | 0.52% | 0.44% | - |
| HSV(B) | 204.1º | 0.68% | 0.67% | - |
| XYZ | 16.08 | 18.14 | 41.18 | - |
| YUV | 108.43 | 163.31 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 171 | 0.68 | 0.27 | 0 | 0.33 | 204.1 | 0.52 | 0.44 |
| Hex | 36 | 7C | AB | 44 | 1B | 0 | 21 | CC | 34 | 2C |
| Octal | 66 | 174 | 253 | 104 | 33 | 0 | 41 | 314 | 64 | 54 |
| Binary | 110110 | 1111100 | 10101011 | 1000100 | 11011 | 0 | 100001 | 11001100 | 110100 | 101100 |
Color Harmonies of #367CAB
Complementary color
Monochromatic Colors of #367CAB
Black with #367CAB
Text Example
Text Example
White with #367CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367CAB; }
p { color: rgb(54,124,171); }
H1.HeaderClassName
{
color: #367CAB;
}
.AnyTagClassName
{
color: #367CAB;
}
</style>
background-color css
<style>
a { background-color: #367CAB; }
a { background-color: rgb(54,124,171); }
div.DivClassName
{
background-color: #367CAB;
}
.BgClassName
{
background-color: #367CAB;
}
</style>
border-color css
<style>
span { border-color: #367CAB; }
span { border-color: rgb(54,124,171); }
td.TdClassName
{
border-color: #367CAB;
}
.TagClassName
{
border-color: #367CAB;
}
</style>