Shades of Curious Blue #327FB4
Tints of Curious Blue #327FB4
RGB
CMYK
RGB Variations
Color information
#327FB4 (or 0x327FB4) is known color: Curious Blue. HEX triplet: 32, 7F and B4. RGB value is (50,127,180). Sum of RGB (Red+Green+Blue) = 50+127+180=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 180 (70.70% from 255 or 50.42% from 357); Max value from RGB is 180 - color contains mainly: blue. Hex color #327FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327FB4 is #CD804B. Grayscale: #6D6D6D. Windows color (decimal): -13467724 or 11829042. OLE color: 11829042.
HSL color Cylindrical-coordinate representation of color #327FB4: hue angle of 204.46º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #327FB4 is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 127 | 180 | - |
| CMYK | 0.72 | 0.29 | 0 | 0.29 |
| HSL | 204.46º | 0.57% | 0.45% | - |
| HSV(B) | 204.46º | 0.72% | 0.71% | - |
| XYZ | 17.14 | 19.15 | 45.97 | - |
| YUV | 110.02 | 167.49 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 127 | 180 | 0.72 | 0.29 | 0 | 0.29 | 204.46 | 0.57 | 0.45 |
| Hex | 32 | 7F | B4 | 48 | 1D | 0 | 1D | CC | 39 | 2D |
| Octal | 62 | 177 | 264 | 110 | 35 | 0 | 35 | 314 | 71 | 55 |
| Binary | 110010 | 1111111 | 10110100 | 1001000 | 11101 | 0 | 11101 | 11001100 | 111001 | 101101 |
Color Harmonies of #327FB4
Complementary color
Monochromatic Colors of #327FB4
Black with #327FB4
Text Example
Text Example
White with #327FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327FB4; }
p { color: rgb(50,127,180); }
H1.HeaderClassName
{
color: #327FB4;
}
.AnyTagClassName
{
color: #327FB4;
}
</style>
background-color css
<style>
a { background-color: #327FB4; }
a { background-color: rgb(50,127,180); }
div.DivClassName
{
background-color: #327FB4;
}
.BgClassName
{
background-color: #327FB4;
}
</style>
border-color css
<style>
span { border-color: #327FB4; }
span { border-color: rgb(50,127,180); }
td.TdClassName
{
border-color: #327FB4;
}
.TagClassName
{
border-color: #327FB4;
}
</style>