Shades of Curious Blue #367BCC
Tints of Curious Blue #367BCC
RGB
CMYK
RGB Variations
Color information
#367BCC (or 0x367BCC) is known color: Curious Blue. HEX triplet: 36, 7B and CC. RGB value is (54,123,204). Sum of RGB (Red+Green+Blue) = 54+123+204=381 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.17% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #367BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367BCC is #C98433. Grayscale: #6F6F6F. Windows color (decimal): -13206580 or 13400886. OLE color: 13400886.
HSL color Cylindrical-coordinate representation of color #367BCC: hue angle of 212.4º 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 #367BCC is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 123 | 204 | - |
| CMYK | 0.74 | 0.40 | 0 | 0.2 |
| HSL | 212.4º | 0.6% | 0.51% | - |
| HSV(B) | 212.4º | 0.74% | 0.8% | - |
| XYZ | 19.5 | 19.31 | 59.83 | - |
| YUV | 111.6 | 180.14 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 123 | 204 | 0.74 | 0.40 | 0 | 0.2 | 212.4 | 0.6 | 0.51 |
| Hex | 36 | 7B | CC | 4A | 28 | 0 | 14 | D4 | 3C | 33 |
| Octal | 66 | 173 | 314 | 112 | 50 | 0 | 24 | 324 | 74 | 63 |
| Binary | 110110 | 1111011 | 11001100 | 1001010 | 101000 | 0 | 10100 | 11010100 | 111100 | 110011 |
Color Harmonies of #367BCC
Complementary color
Monochromatic Colors of #367BCC
Black with #367BCC
Text Example
Text Example
White with #367BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367BCC; }
p { color: rgb(54,123,204); }
H1.HeaderClassName
{
color: #367BCC;
}
.AnyTagClassName
{
color: #367BCC;
}
</style>
background-color css
<style>
a { background-color: #367BCC; }
a { background-color: rgb(54,123,204); }
div.DivClassName
{
background-color: #367BCC;
}
.BgClassName
{
background-color: #367BCC;
}
</style>
border-color css
<style>
span { border-color: #367BCC; }
span { border-color: rgb(54,123,204); }
td.TdClassName
{
border-color: #367BCC;
}
.TagClassName
{
border-color: #367BCC;
}
</style>