Shades of Curious Blue #327BB4
Tints of Curious Blue #327BB4
RGB
CMYK
RGB Variations
Color information
#327BB4 (or 0x327BB4) is known color: Curious Blue. HEX triplet: 32, 7B and B4. RGB value is (50,123,180). Sum of RGB (Red+Green+Blue) = 50+123+180=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 180 (70.70% from 255 or 50.99% from 353); Max value from RGB is 180 - color contains mainly: blue. Hex color #327BB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327BB4 is #CD844B. Grayscale: #6B6B6B. Windows color (decimal): -13468748 or 11828018. OLE color: 11828018.
HSL color Cylindrical-coordinate representation of color #327BB4: hue angle of 206.31º 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 #327BB4 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 123 | 180 | - |
| CMYK | 0.72 | 0.32 | 0 | 0.29 |
| HSL | 206.31º | 0.57% | 0.45% | - |
| HSV(B) | 206.31º | 0.72% | 0.71% | - |
| XYZ | 16.64 | 18.14 | 45.8 | - |
| YUV | 107.67 | 168.82 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 123 | 180 | 0.72 | 0.32 | 0 | 0.29 | 206.31 | 0.57 | 0.45 |
| Hex | 32 | 7B | B4 | 48 | 20 | 0 | 1D | CE | 39 | 2D |
| Octal | 62 | 173 | 264 | 110 | 40 | 0 | 35 | 316 | 71 | 55 |
| Binary | 110010 | 1111011 | 10110100 | 1001000 | 100000 | 0 | 11101 | 11001110 | 111001 | 101101 |
Color Harmonies of #327BB4
Complementary color
Monochromatic Colors of #327BB4
Black with #327BB4
Text Example
Text Example
White with #327BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327BB4; }
p { color: rgb(50,123,180); }
H1.HeaderClassName
{
color: #327BB4;
}
.AnyTagClassName
{
color: #327BB4;
}
</style>
background-color css
<style>
a { background-color: #327BB4; }
a { background-color: rgb(50,123,180); }
div.DivClassName
{
background-color: #327BB4;
}
.BgClassName
{
background-color: #327BB4;
}
</style>
border-color css
<style>
span { border-color: #327BB4; }
span { border-color: rgb(50,123,180); }
td.TdClassName
{
border-color: #327BB4;
}
.TagClassName
{
border-color: #327BB4;
}
</style>