Shades of Curious Blue #3A85CF
Tints of Curious Blue #3A85CF
RGB
CMYK
RGB Variations
Color information
#3A85CF (or 0x3A85CF) is known color: Curious Blue. HEX triplet: 3A, 85 and CF. RGB value is (58,133,207). Sum of RGB (Red+Green+Blue) = 58+133+207=398 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.57% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #3A85CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A85CF is #C57A30. Grayscale: #767676. Windows color (decimal): -12941873 or 13600058. OLE color: 13600058.
HSL color Cylindrical-coordinate representation of color #3A85CF: hue angle of 209.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A85CF is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 133 | 207 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.19 |
| HSL | 209.8º | 0.61% | 0.52% | - |
| HSV(B) | 209.8º | 0.72% | 0.81% | - |
| XYZ | 21.39 | 22.18 | 62.18 | - |
| YUV | 119.01 | 177.65 | 84.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 133 | 207 | 0.72 | 0.36 | 0 | 0.19 | 209.8 | 0.61 | 0.52 |
| Hex | 3A | 85 | CF | 48 | 24 | 0 | 13 | D2 | 3D | 34 |
| Octal | 72 | 205 | 317 | 110 | 44 | 0 | 23 | 322 | 75 | 64 |
| Binary | 111010 | 10000101 | 11001111 | 1001000 | 100100 | 0 | 10011 | 11010010 | 111101 | 110100 |
Color Harmonies of #3A85CF
Complementary color
Monochromatic Colors of #3A85CF
Black with #3A85CF
Text Example
Text Example
White with #3A85CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A85CF; }
p { color: rgb(58,133,207); }
H1.HeaderClassName
{
color: #3A85CF;
}
.AnyTagClassName
{
color: #3A85CF;
}
</style>
background-color css
<style>
a { background-color: #3A85CF; }
a { background-color: rgb(58,133,207); }
div.DivClassName
{
background-color: #3A85CF;
}
.BgClassName
{
background-color: #3A85CF;
}
</style>
border-color css
<style>
span { border-color: #3A85CF; }
span { border-color: rgb(58,133,207); }
td.TdClassName
{
border-color: #3A85CF;
}
.TagClassName
{
border-color: #3A85CF;
}
</style>