Shades of Curious Blue #327DC8
Tints of Curious Blue #327DC8
RGB
CMYK
RGB Variations
Color information
#327DC8 (or 0x327DC8) is known color: Curious Blue. HEX triplet: 32, 7D and C8. RGB value is (50,125,200). Sum of RGB (Red+Green+Blue) = 50+125+200=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 200 (78.52% from 255 or 53.33% from 375); Max value from RGB is 200 - color contains mainly: blue. Hex color #327DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327DC8 is #CD8237. Grayscale: #6E6E6E. Windows color (decimal): -13468216 or 13139250. OLE color: 13139250.
HSL color Cylindrical-coordinate representation of color #327DC8: hue angle of 210º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #327DC8 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 50 | 125 | 200 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.22 |
| HSL | 210º | 0.6% | 0.49% | - |
| HSV(B) | 210º | 0.75% | 0.78% | - |
| XYZ | 19.07 | 19.52 | 57.41 | - |
| YUV | 111.13 | 178.15 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 125 | 200 | 0.75 | 0.38 | 0 | 0.22 | 210 | 0.6 | 0.49 |
| Hex | 32 | 7D | C8 | 4B | 26 | 0 | 16 | D2 | 3C | 31 |
| Octal | 62 | 175 | 310 | 113 | 46 | 0 | 26 | 322 | 74 | 61 |
| Binary | 110010 | 1111101 | 11001000 | 1001011 | 100110 | 0 | 10110 | 11010010 | 111100 | 110001 |
Color Harmonies of #327DC8
Complementary color
Monochromatic Colors of #327DC8
Black with #327DC8
Text Example
Text Example
White with #327DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327DC8; }
p { color: rgb(50,125,200); }
H1.HeaderClassName
{
color: #327DC8;
}
.AnyTagClassName
{
color: #327DC8;
}
</style>
background-color css
<style>
a { background-color: #327DC8; }
a { background-color: rgb(50,125,200); }
div.DivClassName
{
background-color: #327DC8;
}
.BgClassName
{
background-color: #327DC8;
}
</style>
border-color css
<style>
span { border-color: #327DC8; }
span { border-color: rgb(50,125,200); }
td.TdClassName
{
border-color: #327DC8;
}
.TagClassName
{
border-color: #327DC8;
}
</style>