Shades of Curious Blue #367AAD
Tints of Curious Blue #367AAD
RGB
CMYK
RGB Variations
Color information
#367AAD (or 0x367AAD) is known color: Curious Blue. HEX triplet: 36, 7A and AD. RGB value is (54,122,173). Sum of RGB (Red+Green+Blue) = 54+122+173=349 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.47% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #367AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367AAD is #C98552. Grayscale: #6B6B6B. Windows color (decimal): -13206867 or 11369014. OLE color: 11369014.
HSL color Cylindrical-coordinate representation of color #367AAD: hue angle of 205.71º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #367AAD is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 122 | 173 | - |
| CMYK | 0.69 | 0.29 | 0 | 0.32 |
| HSL | 205.71º | 0.52% | 0.45% | - |
| HSV(B) | 205.71º | 0.69% | 0.68% | - |
| XYZ | 16.02 | 17.72 | 42.11 | - |
| YUV | 107.48 | 164.97 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 122 | 173 | 0.69 | 0.29 | 0 | 0.32 | 205.71 | 0.52 | 0.45 |
| Hex | 36 | 7A | AD | 45 | 1D | 0 | 20 | CE | 34 | 2D |
| Octal | 66 | 172 | 255 | 105 | 35 | 0 | 40 | 316 | 64 | 55 |
| Binary | 110110 | 1111010 | 10101101 | 1000101 | 11101 | 0 | 100000 | 11001110 | 110100 | 101101 |
Color Harmonies of #367AAD
Complementary color
Monochromatic Colors of #367AAD
Black with #367AAD
Text Example
Text Example
White with #367AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367AAD; }
p { color: rgb(54,122,173); }
H1.HeaderClassName
{
color: #367AAD;
}
.AnyTagClassName
{
color: #367AAD;
}
</style>
background-color css
<style>
a { background-color: #367AAD; }
a { background-color: rgb(54,122,173); }
div.DivClassName
{
background-color: #367AAD;
}
.BgClassName
{
background-color: #367AAD;
}
</style>
border-color css
<style>
span { border-color: #367AAD; }
span { border-color: rgb(54,122,173); }
td.TdClassName
{
border-color: #367AAD;
}
.TagClassName
{
border-color: #367AAD;
}
</style>