Shades of Curious Blue #367CC9
Tints of Curious Blue #367CC9
RGB
CMYK
RGB Variations
Color information
#367CC9 (or 0x367CC9) is known color: Curious Blue. HEX triplet: 36, 7C and C9. RGB value is (54,124,201). Sum of RGB (Red+Green+Blue) = 54+124+201=379 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.25% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #367CC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367CC9 is #C98336. Grayscale: #6F6F6F. Windows color (decimal): -13206327 or 13204534. OLE color: 13204534.
HSL color Cylindrical-coordinate representation of color #367CC9: hue angle of 211.43º 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 #367CC9 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 124 | 201 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.21 |
| HSL | 211.43º | 0.58% | 0.5% | - |
| HSV(B) | 211.43º | 0.73% | 0.79% | - |
| XYZ | 19.27 | 19.42 | 57.99 | - |
| YUV | 111.85 | 178.31 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 201 | 0.73 | 0.38 | 0 | 0.21 | 211.43 | 0.58 | 0.5 |
| Hex | 36 | 7C | C9 | 49 | 26 | 0 | 15 | D3 | 3A | 32 |
| Octal | 66 | 174 | 311 | 111 | 46 | 0 | 25 | 323 | 72 | 62 |
| Binary | 110110 | 1111100 | 11001001 | 1001001 | 100110 | 0 | 10101 | 11010011 | 111010 | 110010 |
Color Harmonies of #367CC9
Complementary color
Monochromatic Colors of #367CC9
Black with #367CC9
Text Example
Text Example
White with #367CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367CC9; }
p { color: rgb(54,124,201); }
H1.HeaderClassName
{
color: #367CC9;
}
.AnyTagClassName
{
color: #367CC9;
}
</style>
background-color css
<style>
a { background-color: #367CC9; }
a { background-color: rgb(54,124,201); }
div.DivClassName
{
background-color: #367CC9;
}
.BgClassName
{
background-color: #367CC9;
}
</style>
border-color css
<style>
span { border-color: #367CC9; }
span { border-color: rgb(54,124,201); }
td.TdClassName
{
border-color: #367CC9;
}
.TagClassName
{
border-color: #367CC9;
}
</style>