Shades of Curious Blue #3386CF
Tints of Curious Blue #3386CF
RGB
CMYK
RGB Variations
Color information
#3386CF (or 0x3386CF) is known color: Curious Blue. HEX triplet: 33, 86 and CF. RGB value is (51,134,207). Sum of RGB (Red+Green+Blue) = 51+134+207=392 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.01% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #3386CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3386CF is #CC7930. Grayscale: #757575. Windows color (decimal): -13400369 or 13600307. OLE color: 13600307.
HSL color Cylindrical-coordinate representation of color #3386CF: hue angle of 208.08º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3386CF is Cyan = 0.75, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 134 | 207 | - |
| CMYK | 0.75 | 0.35 | 0 | 0.19 |
| HSL | 208.08º | 0.62% | 0.51% | - |
| HSV(B) | 208.08º | 0.75% | 0.81% | - |
| XYZ | 21.15 | 22.26 | 62.21 | - |
| YUV | 117.51 | 178.5 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 134 | 207 | 0.75 | 0.35 | 0 | 0.19 | 208.08 | 0.62 | 0.51 |
| Hex | 33 | 86 | CF | 4B | 23 | 0 | 13 | D0 | 3E | 33 |
| Octal | 63 | 206 | 317 | 113 | 43 | 0 | 23 | 320 | 76 | 63 |
| Binary | 110011 | 10000110 | 11001111 | 1001011 | 100011 | 0 | 10011 | 11010000 | 111110 | 110011 |
Color Harmonies of #3386CF
Complementary color
Monochromatic Colors of #3386CF
Black with #3386CF
Text Example
Text Example
White with #3386CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3386CF; }
p { color: rgb(51,134,207); }
H1.HeaderClassName
{
color: #3386CF;
}
.AnyTagClassName
{
color: #3386CF;
}
</style>
background-color css
<style>
a { background-color: #3386CF; }
a { background-color: rgb(51,134,207); }
div.DivClassName
{
background-color: #3386CF;
}
.BgClassName
{
background-color: #3386CF;
}
</style>
border-color css
<style>
span { border-color: #3386CF; }
span { border-color: rgb(51,134,207); }
td.TdClassName
{
border-color: #3386CF;
}
.TagClassName
{
border-color: #3386CF;
}
</style>