Shades of Curious Blue #327ACB
Tints of Curious Blue #327ACB
RGB
CMYK
RGB Variations
Color information
#327ACB (or 0x327ACB) is known color: Curious Blue. HEX triplet: 32, 7A and CB. RGB value is (50,122,203). Sum of RGB (Red+Green+Blue) = 50+122+203=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 203 (79.69% from 255 or 54.13% from 375); Max value from RGB is 203 - color contains mainly: blue. Hex color #327ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327ACB is #CD8534. Grayscale: #6D6D6D. Windows color (decimal): -13468981 or 13335090. OLE color: 13335090.
HSL color Cylindrical-coordinate representation of color #327ACB: hue angle of 211.76º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #327ACB is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 122 | 203 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.20 |
| HSL | 211.76º | 0.6% | 0.5% | - |
| HSV(B) | 211.76º | 0.75% | 0.8% | - |
| XYZ | 19.05 | 18.91 | 59.15 | - |
| YUV | 109.71 | 180.65 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 122 | 203 | 0.75 | 0.40 | 0 | 0.20 | 211.76 | 0.6 | 0.5 |
| Hex | 32 | 7A | CB | 4B | 28 | 0 | 14 | D4 | 3C | 32 |
| Octal | 62 | 172 | 313 | 113 | 50 | 0 | 24 | 324 | 74 | 62 |
| Binary | 110010 | 1111010 | 11001011 | 1001011 | 101000 | 0 | 10100 | 11010100 | 111100 | 110010 |
Color Harmonies of #327ACB
Complementary color
Monochromatic Colors of #327ACB
Black with #327ACB
Text Example
Text Example
White with #327ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327ACB; }
p { color: rgb(50,122,203); }
H1.HeaderClassName
{
color: #327ACB;
}
.AnyTagClassName
{
color: #327ACB;
}
</style>
background-color css
<style>
a { background-color: #327ACB; }
a { background-color: rgb(50,122,203); }
div.DivClassName
{
background-color: #327ACB;
}
.BgClassName
{
background-color: #327ACB;
}
</style>
border-color css
<style>
span { border-color: #327ACB; }
span { border-color: rgb(50,122,203); }
td.TdClassName
{
border-color: #327ACB;
}
.TagClassName
{
border-color: #327ACB;
}
</style>