Shades of Curious Blue #3485BF
Tints of Curious Blue #3485BF
RGB
CMYK
RGB Variations
Color information
#3485BF (or 0x3485BF) is known color: Curious Blue. HEX triplet: 34, 85 and BF. RGB value is (52,133,191). Sum of RGB (Red+Green+Blue) = 52+133+191=376 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.83% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #3485BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3485BF is #CB7A40. Grayscale: #737373. Windows color (decimal): -13335105 or 12551476. OLE color: 12551476.
HSL color Cylindrical-coordinate representation of color #3485BF: hue angle of 205.04º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3485BF is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 133 | 191 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.25 |
| HSL | 205.04º | 0.57% | 0.48% | - |
| HSV(B) | 205.04º | 0.73% | 0.75% | - |
| XYZ | 19.21 | 21.27 | 52.38 | - |
| YUV | 115.39 | 170.66 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 133 | 191 | 0.73 | 0.30 | 0 | 0.25 | 205.04 | 0.57 | 0.48 |
| Hex | 34 | 85 | BF | 49 | 1E | 0 | 19 | CD | 39 | 30 |
| Octal | 64 | 205 | 277 | 111 | 36 | 0 | 31 | 315 | 71 | 60 |
| Binary | 110100 | 10000101 | 10111111 | 1001001 | 11110 | 0 | 11001 | 11001101 | 111001 | 110000 |
Color Harmonies of #3485BF
Complementary color
Monochromatic Colors of #3485BF
Black with #3485BF
Text Example
Text Example
White with #3485BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3485BF; }
p { color: rgb(52,133,191); }
H1.HeaderClassName
{
color: #3485BF;
}
.AnyTagClassName
{
color: #3485BF;
}
</style>
background-color css
<style>
a { background-color: #3485BF; }
a { background-color: rgb(52,133,191); }
div.DivClassName
{
background-color: #3485BF;
}
.BgClassName
{
background-color: #3485BF;
}
</style>
border-color css
<style>
span { border-color: #3485BF; }
span { border-color: rgb(52,133,191); }
td.TdClassName
{
border-color: #3485BF;
}
.TagClassName
{
border-color: #3485BF;
}
</style>