Shades of Curious Blue #3389CE
Tints of Curious Blue #3389CE
RGB
CMYK
RGB Variations
Color information
#3389CE (or 0x3389CE) is known color: Curious Blue. HEX triplet: 33, 89 and CE. RGB value is (51,137,206). Sum of RGB (Red+Green+Blue) = 51+137+206=394 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.94% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #3389CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3389CE is #CC7631. Grayscale: #767676. Windows color (decimal): -13399602 or 13535539. OLE color: 13535539.
HSL color Cylindrical-coordinate representation of color #3389CE: hue angle of 206.71º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3389CE is Cyan = 0.75, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 137 | 206 | - |
| CMYK | 0.75 | 0.33 | 0 | 0.19 |
| HSL | 206.71º | 0.61% | 0.5% | - |
| HSV(B) | 206.71º | 0.75% | 0.81% | - |
| XYZ | 21.45 | 23.05 | 61.71 | - |
| YUV | 119.15 | 177.01 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 137 | 206 | 0.75 | 0.33 | 0 | 0.19 | 206.71 | 0.61 | 0.5 |
| Hex | 33 | 89 | CE | 4B | 21 | 0 | 13 | CF | 3D | 32 |
| Octal | 63 | 211 | 316 | 113 | 41 | 0 | 23 | 317 | 75 | 62 |
| Binary | 110011 | 10001001 | 11001110 | 1001011 | 100001 | 0 | 10011 | 11001111 | 111101 | 110010 |
Color Harmonies of #3389CE
Complementary color
Monochromatic Colors of #3389CE
Black with #3389CE
Text Example
Text Example
White with #3389CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3389CE; }
p { color: rgb(51,137,206); }
H1.HeaderClassName
{
color: #3389CE;
}
.AnyTagClassName
{
color: #3389CE;
}
</style>
background-color css
<style>
a { background-color: #3389CE; }
a { background-color: rgb(51,137,206); }
div.DivClassName
{
background-color: #3389CE;
}
.BgClassName
{
background-color: #3389CE;
}
</style>
border-color css
<style>
span { border-color: #3389CE; }
span { border-color: rgb(51,137,206); }
td.TdClassName
{
border-color: #3389CE;
}
.TagClassName
{
border-color: #3389CE;
}
</style>