Shades of Curious Blue #3388CE
Tints of Curious Blue #3388CE
RGB
CMYK
RGB Variations
Color information
#3388CE (or 0x3388CE) is known color: Curious Blue. HEX triplet: 33, 88 and CE. RGB value is (51,136,206). Sum of RGB (Red+Green+Blue) = 51+136+206=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #3388CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3388CE is #CC7731. Grayscale: #767676. Windows color (decimal): -13399858 or 13535283. OLE color: 13535283.
HSL color Cylindrical-coordinate representation of color #3388CE: hue angle of 207.1º 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 #3388CE is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 136 | 206 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.19 |
| HSL | 207.1º | 0.61% | 0.5% | - |
| HSV(B) | 207.1º | 0.75% | 0.81% | - |
| XYZ | 21.31 | 22.77 | 61.66 | - |
| YUV | 118.57 | 177.34 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 136 | 206 | 0.75 | 0.34 | 0 | 0.19 | 207.1 | 0.61 | 0.5 |
| Hex | 33 | 88 | CE | 4B | 22 | 0 | 13 | CF | 3D | 32 |
| Octal | 63 | 210 | 316 | 113 | 42 | 0 | 23 | 317 | 75 | 62 |
| Binary | 110011 | 10001000 | 11001110 | 1001011 | 100010 | 0 | 10011 | 11001111 | 111101 | 110010 |
Color Harmonies of #3388CE
Complementary color
Monochromatic Colors of #3388CE
Black with #3388CE
Text Example
Text Example
White with #3388CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3388CE; }
p { color: rgb(51,136,206); }
H1.HeaderClassName
{
color: #3388CE;
}
.AnyTagClassName
{
color: #3388CE;
}
</style>
background-color css
<style>
a { background-color: #3388CE; }
a { background-color: rgb(51,136,206); }
div.DivClassName
{
background-color: #3388CE;
}
.BgClassName
{
background-color: #3388CE;
}
</style>
border-color css
<style>
span { border-color: #3388CE; }
span { border-color: rgb(51,136,206); }
td.TdClassName
{
border-color: #3388CE;
}
.TagClassName
{
border-color: #3388CE;
}
</style>