Shades of Curious Blue #3386CC
Tints of Curious Blue #3386CC
RGB
CMYK
RGB Variations
Color information
#3386CC (or 0x3386CC) is known color: Curious Blue. HEX triplet: 33, 86 and CC. RGB value is (51,134,204). Sum of RGB (Red+Green+Blue) = 51+134+204=389 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.11% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #3386CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3386CC is #CC7933. Grayscale: #747474. Windows color (decimal): -13400372 or 13403699. OLE color: 13403699.
HSL color Cylindrical-coordinate representation of color #3386CC: hue angle of 207.45º 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 #3386CC is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 134 | 204 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.2 |
| HSL | 207.45º | 0.6% | 0.5% | - |
| HSV(B) | 207.45º | 0.75% | 0.8% | - |
| XYZ | 20.79 | 22.11 | 60.3 | - |
| YUV | 117.16 | 177 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 134 | 204 | 0.75 | 0.34 | 0 | 0.2 | 207.45 | 0.6 | 0.5 |
| Hex | 33 | 86 | CC | 4B | 22 | 0 | 14 | CF | 3C | 32 |
| Octal | 63 | 206 | 314 | 113 | 42 | 0 | 24 | 317 | 74 | 62 |
| Binary | 110011 | 10000110 | 11001100 | 1001011 | 100010 | 0 | 10100 | 11001111 | 111100 | 110010 |
Color Harmonies of #3386CC
Complementary color
Monochromatic Colors of #3386CC
Black with #3386CC
Text Example
Text Example
White with #3386CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3386CC; }
p { color: rgb(51,134,204); }
H1.HeaderClassName
{
color: #3386CC;
}
.AnyTagClassName
{
color: #3386CC;
}
</style>
background-color css
<style>
a { background-color: #3386CC; }
a { background-color: rgb(51,134,204); }
div.DivClassName
{
background-color: #3386CC;
}
.BgClassName
{
background-color: #3386CC;
}
</style>
border-color css
<style>
span { border-color: #3386CC; }
span { border-color: rgb(51,134,204); }
td.TdClassName
{
border-color: #3386CC;
}
.TagClassName
{
border-color: #3386CC;
}
</style>