Shades of Curious Blue #367EC6
Tints of Curious Blue #367EC6
RGB
CMYK
RGB Variations
Color information
#367EC6 (or 0x367EC6) is known color: Curious Blue. HEX triplet: 36, 7E and C6. RGB value is (54,126,198). Sum of RGB (Red+Green+Blue) = 54+126+198=378 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.29% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 198 (77.73% from 255 or 52.38% from 378); Max value from RGB is 198 - color contains mainly: blue. Hex color #367EC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367EC6 is #C98139. Grayscale: #707070. Windows color (decimal): -13205818 or 13008438. OLE color: 13008438.
HSL color Cylindrical-coordinate representation of color #367EC6: hue angle of 210º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #367EC6 is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 126 | 198 | - |
| CMYK | 0.73 | 0.36 | 0 | 0.22 |
| HSL | 210º | 0.57% | 0.49% | - |
| HSV(B) | 210º | 0.73% | 0.78% | - |
| XYZ | 19.18 | 19.78 | 56.23 | - |
| YUV | 112.68 | 176.15 | 86.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 126 | 198 | 0.73 | 0.36 | 0 | 0.22 | 210 | 0.57 | 0.49 |
| Hex | 36 | 7E | C6 | 49 | 24 | 0 | 16 | D2 | 39 | 31 |
| Octal | 66 | 176 | 306 | 111 | 44 | 0 | 26 | 322 | 71 | 61 |
| Binary | 110110 | 1111110 | 11000110 | 1001001 | 100100 | 0 | 10110 | 11010010 | 111001 | 110001 |
Color Harmonies of #367EC6
Complementary color
Monochromatic Colors of #367EC6
Black with #367EC6
Text Example
Text Example
White with #367EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367EC6; }
p { color: rgb(54,126,198); }
H1.HeaderClassName
{
color: #367EC6;
}
.AnyTagClassName
{
color: #367EC6;
}
</style>
background-color css
<style>
a { background-color: #367EC6; }
a { background-color: rgb(54,126,198); }
div.DivClassName
{
background-color: #367EC6;
}
.BgClassName
{
background-color: #367EC6;
}
</style>
border-color css
<style>
span { border-color: #367EC6; }
span { border-color: rgb(54,126,198); }
td.TdClassName
{
border-color: #367EC6;
}
.TagClassName
{
border-color: #367EC6;
}
</style>