Shades of Curious Blue #367ECC
Tints of Curious Blue #367ECC
RGB
CMYK
RGB Variations
Color information
#367ECC (or 0x367ECC) is known color: Curious Blue. HEX triplet: 36, 7E and CC. RGB value is (54,126,204). Sum of RGB (Red+Green+Blue) = 54+126+204=384 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.06% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #367ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367ECC is #C98133. Grayscale: #707070. Windows color (decimal): -13205812 or 13401654. OLE color: 13401654.
HSL color Cylindrical-coordinate representation of color #367ECC: hue angle of 211.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #367ECC is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 126 | 204 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.2 |
| HSL | 211.2º | 0.6% | 0.51% | - |
| HSV(B) | 211.2º | 0.74% | 0.8% | - |
| XYZ | 19.88 | 20.07 | 59.95 | - |
| YUV | 113.36 | 179.15 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 126 | 204 | 0.74 | 0.38 | 0 | 0.2 | 211.2 | 0.6 | 0.51 |
| Hex | 36 | 7E | CC | 4A | 26 | 0 | 14 | D3 | 3C | 33 |
| Octal | 66 | 176 | 314 | 112 | 46 | 0 | 24 | 323 | 74 | 63 |
| Binary | 110110 | 1111110 | 11001100 | 1001010 | 100110 | 0 | 10100 | 11010011 | 111100 | 110011 |
Color Harmonies of #367ECC
Complementary color
Monochromatic Colors of #367ECC
Black with #367ECC
Text Example
Text Example
White with #367ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367ECC; }
p { color: rgb(54,126,204); }
H1.HeaderClassName
{
color: #367ECC;
}
.AnyTagClassName
{
color: #367ECC;
}
</style>
background-color css
<style>
a { background-color: #367ECC; }
a { background-color: rgb(54,126,204); }
div.DivClassName
{
background-color: #367ECC;
}
.BgClassName
{
background-color: #367ECC;
}
</style>
border-color css
<style>
span { border-color: #367ECC; }
span { border-color: rgb(54,126,204); }
td.TdClassName
{
border-color: #367ECC;
}
.TagClassName
{
border-color: #367ECC;
}
</style>