Shades of Curious Blue #3485D7
Tints of Curious Blue #3485D7
RGB
CMYK
RGB Variations
Color information
#3485D7 (or 0x3485D7) is known color: Curious Blue. HEX triplet: 34, 85 and D7. RGB value is (52,133,215). Sum of RGB (Red+Green+Blue) = 52+133+215=400 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 215 (84.38% from 255 or 53.75% from 400); Max value from RGB is 215 - color contains mainly: blue. Hex color #3485D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3485D7 is #CB7A28. Grayscale: #757575. Windows color (decimal): -13335081 or 14124340. OLE color: 14124340.
HSL color Cylindrical-coordinate representation of color #3485D7: hue angle of 210.18º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3485D7 is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 133 | 215 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.16 |
| HSL | 210.18º | 0.67% | 0.52% | - |
| HSV(B) | 210.18º | 0.76% | 0.84% | - |
| XYZ | 22.07 | 22.41 | 67.45 | - |
| YUV | 118.13 | 182.66 | 80.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 133 | 215 | 0.76 | 0.38 | 0 | 0.16 | 210.18 | 0.67 | 0.52 |
| Hex | 34 | 85 | D7 | 4C | 26 | 0 | 10 | D2 | 43 | 34 |
| Octal | 64 | 205 | 327 | 114 | 46 | 0 | 20 | 322 | 103 | 64 |
| Binary | 110100 | 10000101 | 11010111 | 1001100 | 100110 | 0 | 10000 | 11010010 | 1000011 | 110100 |
Color Harmonies of #3485D7
Complementary color
Monochromatic Colors of #3485D7
Black with #3485D7
Text Example
Text Example
White with #3485D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3485D7; }
p { color: rgb(52,133,215); }
H1.HeaderClassName
{
color: #3485D7;
}
.AnyTagClassName
{
color: #3485D7;
}
</style>
background-color css
<style>
a { background-color: #3485D7; }
a { background-color: rgb(52,133,215); }
div.DivClassName
{
background-color: #3485D7;
}
.BgClassName
{
background-color: #3485D7;
}
</style>
border-color css
<style>
span { border-color: #3485D7; }
span { border-color: rgb(52,133,215); }
td.TdClassName
{
border-color: #3485D7;
}
.TagClassName
{
border-color: #3485D7;
}
</style>