Shades of Curious Blue #3485BC
Tints of Curious Blue #3485BC
RGB
CMYK
RGB Variations
Color information
#3485BC (or 0x3485BC) is known color: Curious Blue. HEX triplet: 34, 85 and BC. RGB value is (52,133,188). Sum of RGB (Red+Green+Blue) = 52+133+188=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #3485BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3485BC is #CB7A43. Grayscale: #727272. Windows color (decimal): -13335108 or 12354868. OLE color: 12354868.
HSL color Cylindrical-coordinate representation of color #3485BC: hue angle of 204.26º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3485BC is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 133 | 188 | - |
| CMYK | 0.72 | 0.29 | 0 | 0.26 |
| HSL | 204.26º | 0.57% | 0.47% | - |
| HSV(B) | 204.26º | 0.72% | 0.74% | - |
| XYZ | 18.88 | 21.14 | 50.66 | - |
| YUV | 115.05 | 169.16 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 133 | 188 | 0.72 | 0.29 | 0 | 0.26 | 204.26 | 0.57 | 0.47 |
| Hex | 34 | 85 | BC | 48 | 1D | 0 | 1A | CC | 39 | 2F |
| Octal | 64 | 205 | 274 | 110 | 35 | 0 | 32 | 314 | 71 | 57 |
| Binary | 110100 | 10000101 | 10111100 | 1001000 | 11101 | 0 | 11010 | 11001100 | 111001 | 101111 |
Color Harmonies of #3485BC
Complementary color
Monochromatic Colors of #3485BC
Black with #3485BC
Text Example
Text Example
White with #3485BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3485BC; }
p { color: rgb(52,133,188); }
H1.HeaderClassName
{
color: #3485BC;
}
.AnyTagClassName
{
color: #3485BC;
}
</style>
background-color css
<style>
a { background-color: #3485BC; }
a { background-color: rgb(52,133,188); }
div.DivClassName
{
background-color: #3485BC;
}
.BgClassName
{
background-color: #3485BC;
}
</style>
border-color css
<style>
span { border-color: #3485BC; }
span { border-color: rgb(52,133,188); }
td.TdClassName
{
border-color: #3485BC;
}
.TagClassName
{
border-color: #3485BC;
}
</style>