Shades of Curious Blue #3485C6
Tints of Curious Blue #3485C6
RGB
CMYK
RGB Variations
Color information
#3485C6 (or 0x3485C6) is known color: Curious Blue. HEX triplet: 34, 85 and C6. RGB value is (52,133,198). Sum of RGB (Red+Green+Blue) = 52+133+198=383 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.58% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 198 (77.73% from 255 or 51.70% from 383); Max value from RGB is 198 - color contains mainly: blue. Hex color #3485C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3485C6 is #CB7A39. Grayscale: #737373. Windows color (decimal): -13335098 or 13010228. OLE color: 13010228.
HSL color Cylindrical-coordinate representation of color #3485C6: hue angle of 206.71º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3485C6 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 133 | 198 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.22 |
| HSL | 206.71º | 0.58% | 0.49% | - |
| HSV(B) | 206.71º | 0.74% | 0.78% | - |
| XYZ | 20 | 21.58 | 56.54 | - |
| YUV | 116.19 | 174.16 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 133 | 198 | 0.74 | 0.33 | 0 | 0.22 | 206.71 | 0.58 | 0.49 |
| Hex | 34 | 85 | C6 | 4A | 21 | 0 | 16 | CF | 3A | 31 |
| Octal | 64 | 205 | 306 | 112 | 41 | 0 | 26 | 317 | 72 | 61 |
| Binary | 110100 | 10000101 | 11000110 | 1001010 | 100001 | 0 | 10110 | 11001111 | 111010 | 110001 |
Color Harmonies of #3485C6
Complementary color
Monochromatic Colors of #3485C6
Black with #3485C6
Text Example
Text Example
White with #3485C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3485C6; }
p { color: rgb(52,133,198); }
H1.HeaderClassName
{
color: #3485C6;
}
.AnyTagClassName
{
color: #3485C6;
}
</style>
background-color css
<style>
a { background-color: #3485C6; }
a { background-color: rgb(52,133,198); }
div.DivClassName
{
background-color: #3485C6;
}
.BgClassName
{
background-color: #3485C6;
}
</style>
border-color css
<style>
span { border-color: #3485C6; }
span { border-color: rgb(52,133,198); }
td.TdClassName
{
border-color: #3485C6;
}
.TagClassName
{
border-color: #3485C6;
}
</style>