Shades of Curious Blue #327DB4
Tints of Curious Blue #327DB4
RGB
CMYK
RGB Variations
Color information
#327DB4 (or 0x327DB4) is known color: Curious Blue. HEX triplet: 32, 7D and B4. RGB value is (50,125,180). Sum of RGB (Red+Green+Blue) = 50+125+180=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #327DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327DB4 is #CD824B. Grayscale: #6C6C6C. Windows color (decimal): -13468236 or 11828530. OLE color: 11828530.
HSL color Cylindrical-coordinate representation of color #327DB4: hue angle of 205.38º 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 #327DB4 is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 125 | 180 | - |
| CMYK | 0.72 | 0.31 | 0 | 0.29 |
| HSL | 205.38º | 0.57% | 0.45% | - |
| HSV(B) | 205.38º | 0.72% | 0.71% | - |
| XYZ | 16.89 | 18.64 | 45.89 | - |
| YUV | 108.85 | 168.15 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 125 | 180 | 0.72 | 0.31 | 0 | 0.29 | 205.38 | 0.57 | 0.45 |
| Hex | 32 | 7D | B4 | 48 | 1F | 0 | 1D | CD | 39 | 2D |
| Octal | 62 | 175 | 264 | 110 | 37 | 0 | 35 | 315 | 71 | 55 |
| Binary | 110010 | 1111101 | 10110100 | 1001000 | 11111 | 0 | 11101 | 11001101 | 111001 | 101101 |
Color Harmonies of #327DB4
Complementary color
Monochromatic Colors of #327DB4
Black with #327DB4
Text Example
Text Example
White with #327DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327DB4; }
p { color: rgb(50,125,180); }
H1.HeaderClassName
{
color: #327DB4;
}
.AnyTagClassName
{
color: #327DB4;
}
</style>
background-color css
<style>
a { background-color: #327DB4; }
a { background-color: rgb(50,125,180); }
div.DivClassName
{
background-color: #327DB4;
}
.BgClassName
{
background-color: #327DB4;
}
</style>
border-color css
<style>
span { border-color: #327DB4; }
span { border-color: rgb(50,125,180); }
td.TdClassName
{
border-color: #327DB4;
}
.TagClassName
{
border-color: #327DB4;
}
</style>