Shades of Curious Blue #327CAE
Tints of Curious Blue #327CAE
RGB
CMYK
RGB Variations
Color information
#327CAE (or 0x327CAE) is known color: Curious Blue. HEX triplet: 32, 7C and AE. RGB value is (50,124,174). Sum of RGB (Red+Green+Blue) = 50+124+174=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 174 (68.36% from 255 or 50% from 348); Max value from RGB is 174 - color contains mainly: blue. Hex color #327CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327CAE is #CD8351. Grayscale: #6B6B6B. Windows color (decimal): -13468498 or 11435058. OLE color: 11435058.
HSL color Cylindrical-coordinate representation of color #327CAE: hue angle of 204.19º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #327CAE is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 124 | 174 | - |
| CMYK | 0.71 | 0.29 | 0 | 0.32 |
| HSL | 204.19º | 0.55% | 0.44% | - |
| HSV(B) | 204.19º | 0.71% | 0.68% | - |
| XYZ | 16.16 | 18.15 | 42.7 | - |
| YUV | 107.57 | 165.48 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 124 | 174 | 0.71 | 0.29 | 0 | 0.32 | 204.19 | 0.55 | 0.44 |
| Hex | 32 | 7C | AE | 47 | 1D | 0 | 20 | CC | 37 | 2C |
| Octal | 62 | 174 | 256 | 107 | 35 | 0 | 40 | 314 | 67 | 54 |
| Binary | 110010 | 1111100 | 10101110 | 1000111 | 11101 | 0 | 100000 | 11001100 | 110111 | 101100 |
Color Harmonies of #327CAE
Complementary color
Monochromatic Colors of #327CAE
Black with #327CAE
Text Example
Text Example
White with #327CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327CAE; }
p { color: rgb(50,124,174); }
H1.HeaderClassName
{
color: #327CAE;
}
.AnyTagClassName
{
color: #327CAE;
}
</style>
background-color css
<style>
a { background-color: #327CAE; }
a { background-color: rgb(50,124,174); }
div.DivClassName
{
background-color: #327CAE;
}
.BgClassName
{
background-color: #327CAE;
}
</style>
border-color css
<style>
span { border-color: #327CAE; }
span { border-color: rgb(50,124,174); }
td.TdClassName
{
border-color: #327CAE;
}
.TagClassName
{
border-color: #327CAE;
}
</style>