Shades of Curious Blue #327ECB
Tints of Curious Blue #327ECB
RGB
CMYK
RGB Variations
Color information
#327ECB (or 0x327ECB) is known color: Curious Blue. HEX triplet: 32, 7E and CB. RGB value is (50,126,203). Sum of RGB (Red+Green+Blue) = 50+126+203=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #327ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327ECB is #CD8134. Grayscale: #6F6F6F. Windows color (decimal): -13467957 or 13336114. OLE color: 13336114.
HSL color Cylindrical-coordinate representation of color #327ECB: hue angle of 210.2º 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 #327ECB is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 126 | 203 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.20 |
| HSL | 210.2º | 0.6% | 0.5% | - |
| HSV(B) | 210.2º | 0.75% | 0.8% | - |
| XYZ | 19.56 | 19.91 | 59.31 | - |
| YUV | 112.05 | 179.32 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 126 | 203 | 0.75 | 0.38 | 0 | 0.20 | 210.2 | 0.6 | 0.5 |
| Hex | 32 | 7E | CB | 4B | 26 | 0 | 14 | D2 | 3C | 32 |
| Octal | 62 | 176 | 313 | 113 | 46 | 0 | 24 | 322 | 74 | 62 |
| Binary | 110010 | 1111110 | 11001011 | 1001011 | 100110 | 0 | 10100 | 11010010 | 111100 | 110010 |
Color Harmonies of #327ECB
Complementary color
Monochromatic Colors of #327ECB
Black with #327ECB
Text Example
Text Example
White with #327ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327ECB; }
p { color: rgb(50,126,203); }
H1.HeaderClassName
{
color: #327ECB;
}
.AnyTagClassName
{
color: #327ECB;
}
</style>
background-color css
<style>
a { background-color: #327ECB; }
a { background-color: rgb(50,126,203); }
div.DivClassName
{
background-color: #327ECB;
}
.BgClassName
{
background-color: #327ECB;
}
</style>
border-color css
<style>
span { border-color: #327ECB; }
span { border-color: rgb(50,126,203); }
td.TdClassName
{
border-color: #327ECB;
}
.TagClassName
{
border-color: #327ECB;
}
</style>