Shades of Curious Blue #3385BC
Tints of Curious Blue #3385BC
RGB
CMYK
RGB Variations
Color information
#3385BC (or 0x3385BC) is known color: Curious Blue. HEX triplet: 33, 85 and BC. RGB value is (51,133,188). Sum of RGB (Red+Green+Blue) = 51+133+188=372 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.71% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #3385BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3385BC is #CC7A43. Grayscale: #727272. Windows color (decimal): -13400644 or 12354867. OLE color: 12354867.
HSL color Cylindrical-coordinate representation of color #3385BC: hue angle of 204.09º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3385BC is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 133 | 188 | - |
| CMYK | 0.73 | 0.29 | 0 | 0.26 |
| HSL | 204.09º | 0.57% | 0.47% | - |
| HSV(B) | 204.09º | 0.73% | 0.74% | - |
| XYZ | 18.83 | 21.11 | 50.66 | - |
| YUV | 114.75 | 169.33 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 133 | 188 | 0.73 | 0.29 | 0 | 0.26 | 204.09 | 0.57 | 0.47 |
| Hex | 33 | 85 | BC | 49 | 1D | 0 | 1A | CC | 39 | 2F |
| Octal | 63 | 205 | 274 | 111 | 35 | 0 | 32 | 314 | 71 | 57 |
| Binary | 110011 | 10000101 | 10111100 | 1001001 | 11101 | 0 | 11010 | 11001100 | 111001 | 101111 |
Color Harmonies of #3385BC
Complementary color
Monochromatic Colors of #3385BC
Black with #3385BC
Text Example
Text Example
White with #3385BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3385BC; }
p { color: rgb(51,133,188); }
H1.HeaderClassName
{
color: #3385BC;
}
.AnyTagClassName
{
color: #3385BC;
}
</style>
background-color css
<style>
a { background-color: #3385BC; }
a { background-color: rgb(51,133,188); }
div.DivClassName
{
background-color: #3385BC;
}
.BgClassName
{
background-color: #3385BC;
}
</style>
border-color css
<style>
span { border-color: #3385BC; }
span { border-color: rgb(51,133,188); }
td.TdClassName
{
border-color: #3385BC;
}
.TagClassName
{
border-color: #3385BC;
}
</style>