Shades of Curious Blue #366DBD
Tints of Curious Blue #366DBD
RGB
CMYK
RGB Variations
Color information
#366DBD (or 0x366DBD) is known color: Curious Blue. HEX triplet: 36, 6D and BD. RGB value is (54,109,189). Sum of RGB (Red+Green+Blue) = 54+109+189=352 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.34% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 189 (74.22% from 255 or 53.69% from 352); Max value from RGB is 189 - color contains mainly: blue. Hex color #366DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #366DBD is #C99242. Grayscale: #656565. Windows color (decimal): -13210179 or 12414262. OLE color: 12414262.
HSL color Cylindrical-coordinate representation of color #366DBD: hue angle of 215.56º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #366DBD is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 109 | 189 | - |
| CMYK | 0.71 | 0.42 | 0 | 0.26 |
| HSL | 215.56º | 0.56% | 0.48% | - |
| HSV(B) | 215.56º | 0.71% | 0.74% | - |
| XYZ | 16.18 | 15.4 | 50.26 | - |
| YUV | 101.68 | 177.28 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 109 | 189 | 0.71 | 0.42 | 0 | 0.26 | 215.56 | 0.56 | 0.48 |
| Hex | 36 | 6D | BD | 47 | 2A | 0 | 1A | D8 | 38 | 30 |
| Octal | 66 | 155 | 275 | 107 | 52 | 0 | 32 | 330 | 70 | 60 |
| Binary | 110110 | 1101101 | 10111101 | 1000111 | 101010 | 0 | 11010 | 11011000 | 111000 | 110000 |
Color Harmonies of #366DBD
Complementary color
Monochromatic Colors of #366DBD
Black with #366DBD
Text Example
Text Example
White with #366DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #366DBD; }
p { color: rgb(54,109,189); }
H1.HeaderClassName
{
color: #366DBD;
}
.AnyTagClassName
{
color: #366DBD;
}
</style>
background-color css
<style>
a { background-color: #366DBD; }
a { background-color: rgb(54,109,189); }
div.DivClassName
{
background-color: #366DBD;
}
.BgClassName
{
background-color: #366DBD;
}
</style>
border-color css
<style>
span { border-color: #366DBD; }
span { border-color: rgb(54,109,189); }
td.TdClassName
{
border-color: #366DBD;
}
.TagClassName
{
border-color: #366DBD;
}
</style>