Shades of Curious Blue #3385B7
Tints of Curious Blue #3385B7
RGB
CMYK
RGB Variations
Color information
#3385B7 (or 0x3385B7) is known color: Curious Blue. HEX triplet: 33, 85 and B7. RGB value is (51,133,183). Sum of RGB (Red+Green+Blue) = 51+133+183=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 183 (71.88% from 255 or 49.86% from 367); Max value from RGB is 183 - color contains mainly: blue. Hex color #3385B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3385B7 is #CC7A48. Grayscale: #717171. Windows color (decimal): -13400649 or 12027187. OLE color: 12027187.
HSL color Cylindrical-coordinate representation of color #3385B7: hue angle of 202.73º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3385B7 is Cyan = 0.72, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 51 | 133 | 183 | - |
| CMYK | 0.72 | 0.27 | 0 | 0.28 |
| HSL | 202.73º | 0.56% | 0.46% | - |
| HSV(B) | 202.73º | 0.72% | 0.72% | - |
| XYZ | 18.3 | 20.9 | 47.87 | - |
| YUV | 114.18 | 166.83 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 133 | 183 | 0.72 | 0.27 | 0 | 0.28 | 202.73 | 0.56 | 0.46 |
| Hex | 33 | 85 | B7 | 48 | 1B | 0 | 1C | CB | 38 | 2E |
| Octal | 63 | 205 | 267 | 110 | 33 | 0 | 34 | 313 | 70 | 56 |
| Binary | 110011 | 10000101 | 10110111 | 1001000 | 11011 | 0 | 11100 | 11001011 | 111000 | 101110 |
Color Harmonies of #3385B7
Complementary color
Monochromatic Colors of #3385B7
Black with #3385B7
Text Example
Text Example
White with #3385B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3385B7; }
p { color: rgb(51,133,183); }
H1.HeaderClassName
{
color: #3385B7;
}
.AnyTagClassName
{
color: #3385B7;
}
</style>
background-color css
<style>
a { background-color: #3385B7; }
a { background-color: rgb(51,133,183); }
div.DivClassName
{
background-color: #3385B7;
}
.BgClassName
{
background-color: #3385B7;
}
</style>
border-color css
<style>
span { border-color: #3385B7; }
span { border-color: rgb(51,133,183); }
td.TdClassName
{
border-color: #3385B7;
}
.TagClassName
{
border-color: #3385B7;
}
</style>