Shades of Curious Blue #327ECE
Tints of Curious Blue #327ECE
RGB
CMYK
RGB Variations
Color information
#327ECE (or 0x327ECE) is known color: Curious Blue. HEX triplet: 32, 7E and CE. RGB value is (50,126,206). Sum of RGB (Red+Green+Blue) = 50+126+206=382 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.09% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #327ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #327ECE is #CD8131. Grayscale: #6F6F6F. Windows color (decimal): -13467954 or 13532722. OLE color: 13532722.
HSL color Cylindrical-coordinate representation of color #327ECE: hue angle of 210.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #327ECE is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 126 | 206 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.19 |
| HSL | 210.77º | 0.61% | 0.5% | - |
| HSV(B) | 210.77º | 0.76% | 0.81% | - |
| XYZ | 19.92 | 20.06 | 61.21 | - |
| YUV | 112.4 | 180.82 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 126 | 206 | 0.76 | 0.39 | 0 | 0.19 | 210.77 | 0.61 | 0.5 |
| Hex | 32 | 7E | CE | 4C | 27 | 0 | 13 | D3 | 3D | 32 |
| Octal | 62 | 176 | 316 | 114 | 47 | 0 | 23 | 323 | 75 | 62 |
| Binary | 110010 | 1111110 | 11001110 | 1001100 | 100111 | 0 | 10011 | 11010011 | 111101 | 110010 |
Color Harmonies of #327ECE
Complementary color
Monochromatic Colors of #327ECE
Black with #327ECE
Text Example
Text Example
White with #327ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327ECE; }
p { color: rgb(50,126,206); }
H1.HeaderClassName
{
color: #327ECE;
}
.AnyTagClassName
{
color: #327ECE;
}
</style>
background-color css
<style>
a { background-color: #327ECE; }
a { background-color: rgb(50,126,206); }
div.DivClassName
{
background-color: #327ECE;
}
.BgClassName
{
background-color: #327ECE;
}
</style>
border-color css
<style>
span { border-color: #327ECE; }
span { border-color: rgb(50,126,206); }
td.TdClassName
{
border-color: #327ECE;
}
.TagClassName
{
border-color: #327ECE;
}
</style>