Shades of Curious Blue #367BC9
Tints of Curious Blue #367BC9
RGB
CMYK
RGB Variations
Color information
#367BC9 (or 0x367BC9) is known color: Curious Blue. HEX triplet: 36, 7B and C9. RGB value is (54,123,201). Sum of RGB (Red+Green+Blue) = 54+123+201=378 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.29% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 201 (78.91% from 255 or 53.17% from 378); Max value from RGB is 201 - color contains mainly: blue. Hex color #367BC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367BC9 is #C98436. Grayscale: #6E6E6E. Windows color (decimal): -13206583 or 13204278. OLE color: 13204278.
HSL color Cylindrical-coordinate representation of color #367BC9: hue angle of 211.84º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #367BC9 is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 123 | 201 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.21 |
| HSL | 211.84º | 0.58% | 0.5% | - |
| HSV(B) | 211.84º | 0.73% | 0.79% | - |
| XYZ | 19.15 | 19.17 | 57.95 | - |
| YUV | 111.26 | 178.64 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 123 | 201 | 0.73 | 0.39 | 0 | 0.21 | 211.84 | 0.58 | 0.5 |
| Hex | 36 | 7B | C9 | 49 | 27 | 0 | 15 | D4 | 3A | 32 |
| Octal | 66 | 173 | 311 | 111 | 47 | 0 | 25 | 324 | 72 | 62 |
| Binary | 110110 | 1111011 | 11001001 | 1001001 | 100111 | 0 | 10101 | 11010100 | 111010 | 110010 |
Color Harmonies of #367BC9
Complementary color
Monochromatic Colors of #367BC9
Black with #367BC9
Text Example
Text Example
White with #367BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367BC9; }
p { color: rgb(54,123,201); }
H1.HeaderClassName
{
color: #367BC9;
}
.AnyTagClassName
{
color: #367BC9;
}
</style>
background-color css
<style>
a { background-color: #367BC9; }
a { background-color: rgb(54,123,201); }
div.DivClassName
{
background-color: #367BC9;
}
.BgClassName
{
background-color: #367BC9;
}
</style>
border-color css
<style>
span { border-color: #367BC9; }
span { border-color: rgb(54,123,201); }
td.TdClassName
{
border-color: #367BC9;
}
.TagClassName
{
border-color: #367BC9;
}
</style>