Shades of Curious Blue #367ECF
Tints of Curious Blue #367ECF
RGB
CMYK
RGB Variations
Color information
#367ECF (or 0x367ECF) is known color: Curious Blue. HEX triplet: 36, 7E and CF. RGB value is (54,126,207). Sum of RGB (Red+Green+Blue) = 54+126+207=387 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.95% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #367ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367ECF is #C98130. Grayscale: #717171. Windows color (decimal): -13205809 or 13598262. OLE color: 13598262.
HSL color Cylindrical-coordinate representation of color #367ECF: hue angle of 211.76º 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 #367ECF is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 54 | 126 | 207 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.19 |
| HSL | 211.76º | 0.61% | 0.51% | - |
| HSV(B) | 211.76º | 0.74% | 0.81% | - |
| XYZ | 20.24 | 20.21 | 61.87 | - |
| YUV | 113.71 | 180.65 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 126 | 207 | 0.74 | 0.39 | 0 | 0.19 | 211.76 | 0.61 | 0.51 |
| Hex | 36 | 7E | CF | 4A | 27 | 0 | 13 | D4 | 3D | 33 |
| Octal | 66 | 176 | 317 | 112 | 47 | 0 | 23 | 324 | 75 | 63 |
| Binary | 110110 | 1111110 | 11001111 | 1001010 | 100111 | 0 | 10011 | 11010100 | 111101 | 110011 |
Color Harmonies of #367ECF
Complementary color
Monochromatic Colors of #367ECF
Black with #367ECF
Text Example
Text Example
White with #367ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367ECF; }
p { color: rgb(54,126,207); }
H1.HeaderClassName
{
color: #367ECF;
}
.AnyTagClassName
{
color: #367ECF;
}
</style>
background-color css
<style>
a { background-color: #367ECF; }
a { background-color: rgb(54,126,207); }
div.DivClassName
{
background-color: #367ECF;
}
.BgClassName
{
background-color: #367ECF;
}
</style>
border-color css
<style>
span { border-color: #367ECF; }
span { border-color: rgb(54,126,207); }
td.TdClassName
{
border-color: #367ECF;
}
.TagClassName
{
border-color: #367ECF;
}
</style>