Shades of Curious Blue #367FA8
Tints of Curious Blue #367FA8
RGB
CMYK
RGB Variations
Color information
#367FA8 (or 0x367FA8) is known color: Curious Blue. HEX triplet: 36, 7F and A8. RGB value is (54,127,168). Sum of RGB (Red+Green+Blue) = 54+127+168=349 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.47% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 168 (66.02% from 255 or 48.14% from 349); Max value from RGB is 168 - color contains mainly: blue. Hex color #367FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367FA8 is #C98057. Grayscale: #6D6D6D. Windows color (decimal): -13205592 or 11042614. OLE color: 11042614.
HSL color Cylindrical-coordinate representation of color #367FA8: hue angle of 201.58º degrees, saturation: 0.51, 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 #367FA8 is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 54 | 127 | 168 | - |
| CMYK | 0.68 | 0.24 | 0 | 0.34 |
| HSL | 201.58º | 0.51% | 0.44% | - |
| HSV(B) | 201.58º | 0.68% | 0.66% | - |
| XYZ | 16.18 | 18.79 | 39.82 | - |
| YUV | 109.85 | 160.82 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 168 | 0.68 | 0.24 | 0 | 0.34 | 201.58 | 0.51 | 0.44 |
| Hex | 36 | 7F | A8 | 44 | 18 | 0 | 22 | CA | 33 | 2C |
| Octal | 66 | 177 | 250 | 104 | 30 | 0 | 42 | 312 | 63 | 54 |
| Binary | 110110 | 1111111 | 10101000 | 1000100 | 11000 | 0 | 100010 | 11001010 | 110011 | 101100 |
Color Harmonies of #367FA8
Complementary color
Monochromatic Colors of #367FA8
Black with #367FA8
Text Example
Text Example
White with #367FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367FA8; }
p { color: rgb(54,127,168); }
H1.HeaderClassName
{
color: #367FA8;
}
.AnyTagClassName
{
color: #367FA8;
}
</style>
background-color css
<style>
a { background-color: #367FA8; }
a { background-color: rgb(54,127,168); }
div.DivClassName
{
background-color: #367FA8;
}
.BgClassName
{
background-color: #367FA8;
}
</style>
border-color css
<style>
span { border-color: #367FA8; }
span { border-color: rgb(54,127,168); }
td.TdClassName
{
border-color: #367FA8;
}
.TagClassName
{
border-color: #367FA8;
}
</style>