Shades of Curious Blue #327DAE
Tints of Curious Blue #327DAE
RGB
CMYK
RGB Variations
Color information
#327DAE (or 0x327DAE) is known color: Curious Blue. HEX triplet: 32, 7D and AE. RGB value is (50,125,174). Sum of RGB (Red+Green+Blue) = 50+125+174=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 125 (49.22% from 255 or 35.82% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #327DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327DAE is #CD8251. Grayscale: #6B6B6B. Windows color (decimal): -13468242 or 11435314. OLE color: 11435314.
HSL color Cylindrical-coordinate representation of color #327DAE: hue angle of 203.71º 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 #327DAE is Cyan = 0.71, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 125 | 174 | - |
| CMYK | 0.71 | 0.28 | 0 | 0.32 |
| HSL | 203.71º | 0.55% | 0.44% | - |
| HSV(B) | 203.71º | 0.71% | 0.68% | - |
| XYZ | 16.29 | 18.4 | 42.74 | - |
| YUV | 108.16 | 165.15 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 125 | 174 | 0.71 | 0.28 | 0 | 0.32 | 203.71 | 0.55 | 0.44 |
| Hex | 32 | 7D | AE | 47 | 1C | 0 | 20 | CC | 37 | 2C |
| Octal | 62 | 175 | 256 | 107 | 34 | 0 | 40 | 314 | 67 | 54 |
| Binary | 110010 | 1111101 | 10101110 | 1000111 | 11100 | 0 | 100000 | 11001100 | 110111 | 101100 |
Color Harmonies of #327DAE
Complementary color
Monochromatic Colors of #327DAE
Black with #327DAE
Text Example
Text Example
White with #327DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327DAE; }
p { color: rgb(50,125,174); }
H1.HeaderClassName
{
color: #327DAE;
}
.AnyTagClassName
{
color: #327DAE;
}
</style>
background-color css
<style>
a { background-color: #327DAE; }
a { background-color: rgb(50,125,174); }
div.DivClassName
{
background-color: #327DAE;
}
.BgClassName
{
background-color: #327DAE;
}
</style>
border-color css
<style>
span { border-color: #327DAE; }
span { border-color: rgb(50,125,174); }
td.TdClassName
{
border-color: #327DAE;
}
.TagClassName
{
border-color: #327DAE;
}
</style>