Shades of Curious Blue #327DAC
Tints of Curious Blue #327DAC
RGB
CMYK
RGB Variations
Color information
#327DAC (or 0x327DAC) is known color: Curious Blue. HEX triplet: 32, 7D and AC. RGB value is (50,125,172). Sum of RGB (Red+Green+Blue) = 50+125+172=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 172 (67.58% from 255 or 49.57% from 347); Max value from RGB is 172 - color contains mainly: blue. Hex color #327DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327DAC is #CD8253. Grayscale: #6B6B6B. Windows color (decimal): -13468244 or 11304242. OLE color: 11304242.
HSL color Cylindrical-coordinate representation of color #327DAC: hue angle of 203.11º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #327DAC is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 125 | 172 | - |
| CMYK | 0.71 | 0.27 | 0 | 0.33 |
| HSL | 203.11º | 0.55% | 0.44% | - |
| HSV(B) | 203.11º | 0.71% | 0.67% | - |
| XYZ | 16.1 | 18.32 | 41.72 | - |
| YUV | 107.93 | 164.15 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 125 | 172 | 0.71 | 0.27 | 0 | 0.33 | 203.11 | 0.55 | 0.44 |
| Hex | 32 | 7D | AC | 47 | 1B | 0 | 21 | CB | 37 | 2C |
| Octal | 62 | 175 | 254 | 107 | 33 | 0 | 41 | 313 | 67 | 54 |
| Binary | 110010 | 1111101 | 10101100 | 1000111 | 11011 | 0 | 100001 | 11001011 | 110111 | 101100 |
Color Harmonies of #327DAC
Complementary color
Monochromatic Colors of #327DAC
Black with #327DAC
Text Example
Text Example
White with #327DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327DAC; }
p { color: rgb(50,125,172); }
H1.HeaderClassName
{
color: #327DAC;
}
.AnyTagClassName
{
color: #327DAC;
}
</style>
background-color css
<style>
a { background-color: #327DAC; }
a { background-color: rgb(50,125,172); }
div.DivClassName
{
background-color: #327DAC;
}
.BgClassName
{
background-color: #327DAC;
}
</style>
border-color css
<style>
span { border-color: #327DAC; }
span { border-color: rgb(50,125,172); }
td.TdClassName
{
border-color: #327DAC;
}
.TagClassName
{
border-color: #327DAC;
}
</style>