Shades of Curious Blue #327BC1
Tints of Curious Blue #327BC1
RGB
CMYK
RGB Variations
Color information
#327BC1 (or 0x327BC1) is known color: Curious Blue. HEX triplet: 32, 7B and C1. RGB value is (50,123,193). Sum of RGB (Red+Green+Blue) = 50+123+193=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 193 (75.78% from 255 or 52.73% from 366); Max value from RGB is 193 - color contains mainly: blue. Hex color #327BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327BC1 is #CD843E. Grayscale: #6C6C6C. Windows color (decimal): -13468735 or 12679986. OLE color: 12679986.
HSL color Cylindrical-coordinate representation of color #327BC1: hue angle of 209.37º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #327BC1 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 123 | 193 | - |
| CMYK | 0.74 | 0.36 | 0 | 0.24 |
| HSL | 209.37º | 0.59% | 0.48% | - |
| HSV(B) | 209.37º | 0.74% | 0.76% | - |
| XYZ | 18.02 | 18.69 | 53.11 | - |
| YUV | 109.15 | 175.32 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 123 | 193 | 0.74 | 0.36 | 0 | 0.24 | 209.37 | 0.59 | 0.48 |
| Hex | 32 | 7B | C1 | 4A | 24 | 0 | 18 | D1 | 3B | 30 |
| Octal | 62 | 173 | 301 | 112 | 44 | 0 | 30 | 321 | 73 | 60 |
| Binary | 110010 | 1111011 | 11000001 | 1001010 | 100100 | 0 | 11000 | 11010001 | 111011 | 110000 |
Color Harmonies of #327BC1
Complementary color
Monochromatic Colors of #327BC1
Black with #327BC1
Text Example
Text Example
White with #327BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327BC1; }
p { color: rgb(50,123,193); }
H1.HeaderClassName
{
color: #327BC1;
}
.AnyTagClassName
{
color: #327BC1;
}
</style>
background-color css
<style>
a { background-color: #327BC1; }
a { background-color: rgb(50,123,193); }
div.DivClassName
{
background-color: #327BC1;
}
.BgClassName
{
background-color: #327BC1;
}
</style>
border-color css
<style>
span { border-color: #327BC1; }
span { border-color: rgb(50,123,193); }
td.TdClassName
{
border-color: #327BC1;
}
.TagClassName
{
border-color: #327BC1;
}
</style>