Shades of Curious Blue #327EAA
Tints of Curious Blue #327EAA
RGB
CMYK
RGB Variations
Color information
#327EAA (or 0x327EAA) is known color: Curious Blue. HEX triplet: 32, 7E and AA. RGB value is (50,126,170). Sum of RGB (Red+Green+Blue) = 50+126+170=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 126 (49.61% from 255 or 36.42% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #327EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327EAA is #CD8155. Grayscale: #6C6C6C. Windows color (decimal): -13467990 or 11173426. OLE color: 11173426.
HSL color Cylindrical-coordinate representation of color #327EAA: hue angle of 202º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #327EAA is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 126 | 170 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.33 |
| HSL | 202º | 0.55% | 0.43% | - |
| HSV(B) | 202º | 0.71% | 0.67% | - |
| XYZ | 16.03 | 18.5 | 40.76 | - |
| YUV | 108.29 | 162.82 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 126 | 170 | 0.71 | 0.26 | 0 | 0.33 | 202 | 0.55 | 0.43 |
| Hex | 32 | 7E | AA | 47 | 1A | 0 | 21 | CA | 37 | 2B |
| Octal | 62 | 176 | 252 | 107 | 32 | 0 | 41 | 312 | 67 | 53 |
| Binary | 110010 | 1111110 | 10101010 | 1000111 | 11010 | 0 | 100001 | 11001010 | 110111 | 101011 |
Color Harmonies of #327EAA
Complementary color
Monochromatic Colors of #327EAA
Black with #327EAA
Text Example
Text Example
White with #327EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327EAA; }
p { color: rgb(50,126,170); }
H1.HeaderClassName
{
color: #327EAA;
}
.AnyTagClassName
{
color: #327EAA;
}
</style>
background-color css
<style>
a { background-color: #327EAA; }
a { background-color: rgb(50,126,170); }
div.DivClassName
{
background-color: #327EAA;
}
.BgClassName
{
background-color: #327EAA;
}
</style>
border-color css
<style>
span { border-color: #327EAA; }
span { border-color: rgb(50,126,170); }
td.TdClassName
{
border-color: #327EAA;
}
.TagClassName
{
border-color: #327EAA;
}
</style>