Shades of Curious Blue #367FCE
Tints of Curious Blue #367FCE
RGB
CMYK
RGB Variations
Color information
#367FCE (or 0x367FCE) is known color: Curious Blue. HEX triplet: 36, 7F and CE. RGB value is (54,127,206). Sum of RGB (Red+Green+Blue) = 54+127+206=387 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.95% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #367FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367FCE is #C98031. Grayscale: #717171. Windows color (decimal): -13205554 or 13532982. OLE color: 13532982.
HSL color Cylindrical-coordinate representation of color #367FCE: hue angle of 211.18º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #367FCE is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 127 | 206 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.19 |
| HSL | 211.18º | 0.61% | 0.51% | - |
| HSV(B) | 211.18º | 0.74% | 0.81% | - |
| XYZ | 20.25 | 20.42 | 61.27 | - |
| YUV | 114.18 | 179.82 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 127 | 206 | 0.74 | 0.38 | 0 | 0.19 | 211.18 | 0.61 | 0.51 |
| Hex | 36 | 7F | CE | 4A | 26 | 0 | 13 | D3 | 3D | 33 |
| Octal | 66 | 177 | 316 | 112 | 46 | 0 | 23 | 323 | 75 | 63 |
| Binary | 110110 | 1111111 | 11001110 | 1001010 | 100110 | 0 | 10011 | 11010011 | 111101 | 110011 |
Color Harmonies of #367FCE
Complementary color
Monochromatic Colors of #367FCE
Black with #367FCE
Text Example
Text Example
White with #367FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367FCE; }
p { color: rgb(54,127,206); }
H1.HeaderClassName
{
color: #367FCE;
}
.AnyTagClassName
{
color: #367FCE;
}
</style>
background-color css
<style>
a { background-color: #367FCE; }
a { background-color: rgb(54,127,206); }
div.DivClassName
{
background-color: #367FCE;
}
.BgClassName
{
background-color: #367FCE;
}
</style>
border-color css
<style>
span { border-color: #367FCE; }
span { border-color: rgb(54,127,206); }
td.TdClassName
{
border-color: #367FCE;
}
.TagClassName
{
border-color: #367FCE;
}
</style>