Shades of Curious Blue #327AB2
Tints of Curious Blue #327AB2
RGB
CMYK
RGB Variations
Color information
#327AB2 (or 0x327AB2) is known color: Curious Blue. HEX triplet: 32, 7A and B2. RGB value is (50,122,178). Sum of RGB (Red+Green+Blue) = 50+122+178=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 178 (69.92% from 255 or 50.86% from 350); Max value from RGB is 178 - color contains mainly: blue. Hex color #327AB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327AB2 is #CD854D. Grayscale: #6A6A6A. Windows color (decimal): -13469006 or 11696690. OLE color: 11696690.
HSL color Cylindrical-coordinate representation of color #327AB2: hue angle of 206.25º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #327AB2 is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 122 | 178 | - |
| CMYK | 0.72 | 0.31 | 0 | 0.30 |
| HSL | 206.25º | 0.56% | 0.45% | - |
| HSV(B) | 206.25º | 0.72% | 0.7% | - |
| XYZ | 16.31 | 17.81 | 44.7 | - |
| YUV | 106.86 | 168.15 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 122 | 178 | 0.72 | 0.31 | 0 | 0.30 | 206.25 | 0.56 | 0.45 |
| Hex | 32 | 7A | B2 | 48 | 1F | 0 | 1E | CE | 38 | 2D |
| Octal | 62 | 172 | 262 | 110 | 37 | 0 | 36 | 316 | 70 | 55 |
| Binary | 110010 | 1111010 | 10110010 | 1001000 | 11111 | 0 | 11110 | 11001110 | 111000 | 101101 |
Color Harmonies of #327AB2
Complementary color
Monochromatic Colors of #327AB2
Black with #327AB2
Text Example
Text Example
White with #327AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327AB2; }
p { color: rgb(50,122,178); }
H1.HeaderClassName
{
color: #327AB2;
}
.AnyTagClassName
{
color: #327AB2;
}
</style>
background-color css
<style>
a { background-color: #327AB2; }
a { background-color: rgb(50,122,178); }
div.DivClassName
{
background-color: #327AB2;
}
.BgClassName
{
background-color: #327AB2;
}
</style>
border-color css
<style>
span { border-color: #327AB2; }
span { border-color: rgb(50,122,178); }
td.TdClassName
{
border-color: #327AB2;
}
.TagClassName
{
border-color: #327AB2;
}
</style>