Shades of Curious Blue #367EAA
Tints of Curious Blue #367EAA
RGB
CMYK
RGB Variations
Color information
#367EAA (or 0x367EAA) is known color: Curious Blue. HEX triplet: 36, 7E and AA. RGB value is (54,126,170). Sum of RGB (Red+Green+Blue) = 54+126+170=350 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.43% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #367EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367EAA is #C98155. Grayscale: #6D6D6D. Windows color (decimal): -13205846 or 11173430. OLE color: 11173430.
HSL color Cylindrical-coordinate representation of color #367EAA: hue angle of 202.76º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #367EAA is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 126 | 170 | - |
| CMYK | 0.68 | 0.26 | 0 | 0.33 |
| HSL | 202.76º | 0.52% | 0.44% | - |
| HSV(B) | 202.76º | 0.68% | 0.67% | - |
| XYZ | 16.24 | 18.61 | 40.77 | - |
| YUV | 109.49 | 162.15 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 126 | 170 | 0.68 | 0.26 | 0 | 0.33 | 202.76 | 0.52 | 0.44 |
| Hex | 36 | 7E | AA | 44 | 1A | 0 | 21 | CB | 34 | 2C |
| Octal | 66 | 176 | 252 | 104 | 32 | 0 | 41 | 313 | 64 | 54 |
| Binary | 110110 | 1111110 | 10101010 | 1000100 | 11010 | 0 | 100001 | 11001011 | 110100 | 101100 |
Color Harmonies of #367EAA
Complementary color
Monochromatic Colors of #367EAA
Black with #367EAA
Text Example
Text Example
White with #367EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367EAA; }
p { color: rgb(54,126,170); }
H1.HeaderClassName
{
color: #367EAA;
}
.AnyTagClassName
{
color: #367EAA;
}
</style>
background-color css
<style>
a { background-color: #367EAA; }
a { background-color: rgb(54,126,170); }
div.DivClassName
{
background-color: #367EAA;
}
.BgClassName
{
background-color: #367EAA;
}
</style>
border-color css
<style>
span { border-color: #367EAA; }
span { border-color: rgb(54,126,170); }
td.TdClassName
{
border-color: #367EAA;
}
.TagClassName
{
border-color: #367EAA;
}
</style>