Shades of Curious Blue #367CC8
Tints of Curious Blue #367CC8
RGB
CMYK
RGB Variations
Color information
#367CC8 (or 0x367CC8) is known color: Curious Blue. HEX triplet: 36, 7C and C8. RGB value is (54,124,200). Sum of RGB (Red+Green+Blue) = 54+124+200=378 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.29% from 378); Green value is 124 (48.83% from 255 or 32.80% from 378); Blue value is 200 (78.52% from 255 or 52.91% from 378); Max value from RGB is 200 - color contains mainly: blue. Hex color #367CC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367CC8 is #C98337. Grayscale: #6F6F6F. Windows color (decimal): -13206328 or 13138998. OLE color: 13138998.
HSL color Cylindrical-coordinate representation of color #367CC8: hue angle of 211.23º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #367CC8 is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 124 | 200 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.22 |
| HSL | 211.23º | 0.57% | 0.5% | - |
| HSV(B) | 211.23º | 0.73% | 0.78% | - |
| XYZ | 19.15 | 19.37 | 57.37 | - |
| YUV | 111.73 | 177.81 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 200 | 0.73 | 0.38 | 0 | 0.22 | 211.23 | 0.57 | 0.5 |
| Hex | 36 | 7C | C8 | 49 | 26 | 0 | 16 | D3 | 39 | 32 |
| Octal | 66 | 174 | 310 | 111 | 46 | 0 | 26 | 323 | 71 | 62 |
| Binary | 110110 | 1111100 | 11001000 | 1001001 | 100110 | 0 | 10110 | 11010011 | 111001 | 110010 |
Color Harmonies of #367CC8
Complementary color
Monochromatic Colors of #367CC8
Black with #367CC8
Text Example
Text Example
White with #367CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367CC8; }
p { color: rgb(54,124,200); }
H1.HeaderClassName
{
color: #367CC8;
}
.AnyTagClassName
{
color: #367CC8;
}
</style>
background-color css
<style>
a { background-color: #367CC8; }
a { background-color: rgb(54,124,200); }
div.DivClassName
{
background-color: #367CC8;
}
.BgClassName
{
background-color: #367CC8;
}
</style>
border-color css
<style>
span { border-color: #367CC8; }
span { border-color: rgb(54,124,200); }
td.TdClassName
{
border-color: #367CC8;
}
.TagClassName
{
border-color: #367CC8;
}
</style>