Shades of Curious Blue #367FA9
Tints of Curious Blue #367FA9
RGB
CMYK
RGB Variations
Color information
#367FA9 (or 0x367FA9) is known color: Curious Blue. HEX triplet: 36, 7F and A9. RGB value is (54,127,169). Sum of RGB (Red+Green+Blue) = 54+127+169=350 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.43% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 169 (66.41% from 255 or 48.29% from 350); Max value from RGB is 169 - color contains mainly: blue. Hex color #367FA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367FA9 is #C98056. Grayscale: #6D6D6D. Windows color (decimal): -13205591 or 11108150. OLE color: 11108150.
HSL color Cylindrical-coordinate representation of color #367FA9: hue angle of 201.91º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #367FA9 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 54 | 127 | 169 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.34 |
| HSL | 201.91º | 0.52% | 0.44% | - |
| HSV(B) | 201.91º | 0.68% | 0.66% | - |
| XYZ | 16.27 | 18.83 | 40.31 | - |
| YUV | 109.96 | 161.32 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 169 | 0.68 | 0.25 | 0 | 0.34 | 201.91 | 0.52 | 0.44 |
| Hex | 36 | 7F | A9 | 44 | 19 | 0 | 22 | CA | 34 | 2C |
| Octal | 66 | 177 | 251 | 104 | 31 | 0 | 42 | 312 | 64 | 54 |
| Binary | 110110 | 1111111 | 10101001 | 1000100 | 11001 | 0 | 100010 | 11001010 | 110100 | 101100 |
Color Harmonies of #367FA9
Complementary color
Monochromatic Colors of #367FA9
Black with #367FA9
Text Example
Text Example
White with #367FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367FA9; }
p { color: rgb(54,127,169); }
H1.HeaderClassName
{
color: #367FA9;
}
.AnyTagClassName
{
color: #367FA9;
}
</style>
background-color css
<style>
a { background-color: #367FA9; }
a { background-color: rgb(54,127,169); }
div.DivClassName
{
background-color: #367FA9;
}
.BgClassName
{
background-color: #367FA9;
}
</style>
border-color css
<style>
span { border-color: #367FA9; }
span { border-color: rgb(54,127,169); }
td.TdClassName
{
border-color: #367FA9;
}
.TagClassName
{
border-color: #367FA9;
}
</style>