Shades of Curious Blue #367DD3
Tints of Curious Blue #367DD3
RGB
CMYK
RGB Variations
Color information
#367DD3 (or 0x367DD3) is known color: Curious Blue. HEX triplet: 36, 7D and D3. RGB value is (54,125,211). Sum of RGB (Red+Green+Blue) = 54+125+211=390 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.85% from 390); Green value is 125 (49.22% from 255 or 32.05% from 390); Blue value is 211 (82.81% from 255 or 54.10% from 390); Max value from RGB is 211 - color contains mainly: blue. Hex color #367DD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #367DD3 is #C9822C. Grayscale: #717171. Windows color (decimal): -13206061 or 13860150. OLE color: 13860150.
HSL color Cylindrical-coordinate representation of color #367DD3: hue angle of 212.87º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #367DD3 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 54 | 125 | 211 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.17 |
| HSL | 212.87º | 0.64% | 0.52% | - |
| HSV(B) | 212.87º | 0.74% | 0.83% | - |
| XYZ | 20.61 | 20.15 | 64.43 | - |
| YUV | 113.58 | 182.98 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 125 | 211 | 0.74 | 0.41 | 0 | 0.17 | 212.87 | 0.64 | 0.52 |
| Hex | 36 | 7D | D3 | 4A | 29 | 0 | 11 | D5 | 40 | 34 |
| Octal | 66 | 175 | 323 | 112 | 51 | 0 | 21 | 325 | 100 | 64 |
| Binary | 110110 | 1111101 | 11010011 | 1001010 | 101001 | 0 | 10001 | 11010101 | 1000000 | 110100 |
Color Harmonies of #367DD3
Complementary color
Monochromatic Colors of #367DD3
Black with #367DD3
Text Example
Text Example
White with #367DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367DD3; }
p { color: rgb(54,125,211); }
H1.HeaderClassName
{
color: #367DD3;
}
.AnyTagClassName
{
color: #367DD3;
}
</style>
background-color css
<style>
a { background-color: #367DD3; }
a { background-color: rgb(54,125,211); }
div.DivClassName
{
background-color: #367DD3;
}
.BgClassName
{
background-color: #367DD3;
}
</style>
border-color css
<style>
span { border-color: #367DD3; }
span { border-color: rgb(54,125,211); }
td.TdClassName
{
border-color: #367DD3;
}
.TagClassName
{
border-color: #367DD3;
}
</style>