Shades of Curious Blue #367EC8
Tints of Curious Blue #367EC8
RGB
CMYK
RGB Variations
Color information
#367EC8 (or 0x367EC8) is known color: Curious Blue. HEX triplet: 36, 7E and C8. RGB value is (54,126,200). Sum of RGB (Red+Green+Blue) = 54+126+200=380 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.21% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 200 (78.52% from 255 or 52.63% from 380); Max value from RGB is 200 - color contains mainly: blue. Hex color #367EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367EC8 is #C98137. Grayscale: #707070. Windows color (decimal): -13205816 or 13139510. OLE color: 13139510.
HSL color Cylindrical-coordinate representation of color #367EC8: hue angle of 210.41º 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 #367EC8 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 126 | 200 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.22 |
| HSL | 210.41º | 0.57% | 0.5% | - |
| HSV(B) | 210.41º | 0.73% | 0.78% | - |
| XYZ | 19.41 | 19.88 | 57.46 | - |
| YUV | 112.91 | 177.15 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 126 | 200 | 0.73 | 0.37 | 0 | 0.22 | 210.41 | 0.57 | 0.5 |
| Hex | 36 | 7E | C8 | 49 | 25 | 0 | 16 | D2 | 39 | 32 |
| Octal | 66 | 176 | 310 | 111 | 45 | 0 | 26 | 322 | 71 | 62 |
| Binary | 110110 | 1111110 | 11001000 | 1001001 | 100101 | 0 | 10110 | 11010010 | 111001 | 110010 |
Color Harmonies of #367EC8
Complementary color
Monochromatic Colors of #367EC8
Black with #367EC8
Text Example
Text Example
White with #367EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367EC8; }
p { color: rgb(54,126,200); }
H1.HeaderClassName
{
color: #367EC8;
}
.AnyTagClassName
{
color: #367EC8;
}
</style>
background-color css
<style>
a { background-color: #367EC8; }
a { background-color: rgb(54,126,200); }
div.DivClassName
{
background-color: #367EC8;
}
.BgClassName
{
background-color: #367EC8;
}
</style>
border-color css
<style>
span { border-color: #367EC8; }
span { border-color: rgb(54,126,200); }
td.TdClassName
{
border-color: #367EC8;
}
.TagClassName
{
border-color: #367EC8;
}
</style>