Shades of Curious Blue #3385BA
Tints of Curious Blue #3385BA
RGB
CMYK
RGB Variations
Color information
#3385BA (or 0x3385BA) is known color: Curious Blue. HEX triplet: 33, 85 and BA. RGB value is (51,133,186). Sum of RGB (Red+Green+Blue) = 51+133+186=370 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.78% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #3385BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3385BA is #CC7A45. Grayscale: #727272. Windows color (decimal): -13400646 or 12223795. OLE color: 12223795.
HSL color Cylindrical-coordinate representation of color #3385BA: hue angle of 203.56º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3385BA is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 133 | 186 | - |
| CMYK | 0.73 | 0.28 | 0 | 0.27 |
| HSL | 203.56º | 0.57% | 0.46% | - |
| HSV(B) | 203.56º | 0.73% | 0.73% | - |
| XYZ | 18.62 | 21.02 | 49.53 | - |
| YUV | 114.52 | 168.33 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 133 | 186 | 0.73 | 0.28 | 0 | 0.27 | 203.56 | 0.57 | 0.46 |
| Hex | 33 | 85 | BA | 49 | 1C | 0 | 1B | CC | 39 | 2E |
| Octal | 63 | 205 | 272 | 111 | 34 | 0 | 33 | 314 | 71 | 56 |
| Binary | 110011 | 10000101 | 10111010 | 1001001 | 11100 | 0 | 11011 | 11001100 | 111001 | 101110 |
Color Harmonies of #3385BA
Complementary color
Monochromatic Colors of #3385BA
Black with #3385BA
Text Example
Text Example
White with #3385BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3385BA; }
p { color: rgb(51,133,186); }
H1.HeaderClassName
{
color: #3385BA;
}
.AnyTagClassName
{
color: #3385BA;
}
</style>
background-color css
<style>
a { background-color: #3385BA; }
a { background-color: rgb(51,133,186); }
div.DivClassName
{
background-color: #3385BA;
}
.BgClassName
{
background-color: #3385BA;
}
</style>
border-color css
<style>
span { border-color: #3385BA; }
span { border-color: rgb(51,133,186); }
td.TdClassName
{
border-color: #3385BA;
}
.TagClassName
{
border-color: #3385BA;
}
</style>