Shades of Curious Blue #327ACE
Tints of Curious Blue #327ACE
RGB
CMYK
RGB Variations
Color information
#327ACE (or 0x327ACE) is known color: Curious Blue. HEX triplet: 32, 7A and CE. RGB value is (50,122,206). Sum of RGB (Red+Green+Blue) = 50+122+206=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #327ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327ACE is #CD8531. Grayscale: #6D6D6D. Windows color (decimal): -13468978 or 13531698. OLE color: 13531698.
HSL color Cylindrical-coordinate representation of color #327ACE: hue angle of 212.31º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #327ACE is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 122 | 206 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.19 |
| HSL | 212.31º | 0.61% | 0.5% | - |
| HSV(B) | 212.31º | 0.76% | 0.81% | - |
| XYZ | 19.42 | 19.05 | 61.05 | - |
| YUV | 110.05 | 182.15 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 122 | 206 | 0.76 | 0.41 | 0 | 0.19 | 212.31 | 0.61 | 0.5 |
| Hex | 32 | 7A | CE | 4C | 29 | 0 | 13 | D4 | 3D | 32 |
| Octal | 62 | 172 | 316 | 114 | 51 | 0 | 23 | 324 | 75 | 62 |
| Binary | 110010 | 1111010 | 11001110 | 1001100 | 101001 | 0 | 10011 | 11010100 | 111101 | 110010 |
Color Harmonies of #327ACE
Complementary color
Monochromatic Colors of #327ACE
Black with #327ACE
Text Example
Text Example
White with #327ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327ACE; }
p { color: rgb(50,122,206); }
H1.HeaderClassName
{
color: #327ACE;
}
.AnyTagClassName
{
color: #327ACE;
}
</style>
background-color css
<style>
a { background-color: #327ACE; }
a { background-color: rgb(50,122,206); }
div.DivClassName
{
background-color: #327ACE;
}
.BgClassName
{
background-color: #327ACE;
}
</style>
border-color css
<style>
span { border-color: #327ACE; }
span { border-color: rgb(50,122,206); }
td.TdClassName
{
border-color: #327ACE;
}
.TagClassName
{
border-color: #327ACE;
}
</style>