Shades of Curious Blue #3485CA
Tints of Curious Blue #3485CA
RGB
CMYK
RGB Variations
Color information
#3485CA (or 0x3485CA) is known color: Curious Blue. HEX triplet: 34, 85 and CA. RGB value is (52,133,202). Sum of RGB (Red+Green+Blue) = 52+133+202=387 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.44% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #3485CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3485CA is #CB7A35. Grayscale: #747474. Windows color (decimal): -13335094 or 13272372. OLE color: 13272372.
HSL color Cylindrical-coordinate representation of color #3485CA: hue angle of 207.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3485CA is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 133 | 202 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.21 |
| HSL | 207.6º | 0.59% | 0.5% | - |
| HSV(B) | 207.6º | 0.74% | 0.79% | - |
| XYZ | 20.46 | 21.77 | 59 | - |
| YUV | 116.65 | 176.16 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 133 | 202 | 0.74 | 0.34 | 0 | 0.21 | 207.6 | 0.59 | 0.5 |
| Hex | 34 | 85 | CA | 4A | 22 | 0 | 15 | D0 | 3B | 32 |
| Octal | 64 | 205 | 312 | 112 | 42 | 0 | 25 | 320 | 73 | 62 |
| Binary | 110100 | 10000101 | 11001010 | 1001010 | 100010 | 0 | 10101 | 11010000 | 111011 | 110010 |
Color Harmonies of #3485CA
Complementary color
Monochromatic Colors of #3485CA
Black with #3485CA
Text Example
Text Example
White with #3485CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3485CA; }
p { color: rgb(52,133,202); }
H1.HeaderClassName
{
color: #3485CA;
}
.AnyTagClassName
{
color: #3485CA;
}
</style>
background-color css
<style>
a { background-color: #3485CA; }
a { background-color: rgb(52,133,202); }
div.DivClassName
{
background-color: #3485CA;
}
.BgClassName
{
background-color: #3485CA;
}
</style>
border-color css
<style>
span { border-color: #3485CA; }
span { border-color: rgb(52,133,202); }
td.TdClassName
{
border-color: #3485CA;
}
.TagClassName
{
border-color: #3485CA;
}
</style>