Shades of Curious Blue #3A85BA
Tints of Curious Blue #3A85BA
RGB
CMYK
RGB Variations
Color information
#3A85BA (or 0x3A85BA) is known color: Curious Blue. HEX triplet: 3A, 85 and BA. RGB value is (58,133,186). Sum of RGB (Red+Green+Blue) = 58+133+186=377 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.38% from 377); Green value is 133 (52.34% from 255 or 35.28% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #3A85BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A85BA is #C57A45. Grayscale: #747474. Windows color (decimal): -12941894 or 12223802. OLE color: 12223802.
HSL color Cylindrical-coordinate representation of color #3A85BA: hue angle of 204.84º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A85BA is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 133 | 186 | - |
| CMYK | 0.69 | 0.28 | 0 | 0.27 |
| HSL | 204.84º | 0.52% | 0.48% | - |
| HSV(B) | 204.84º | 0.69% | 0.73% | - |
| XYZ | 19 | 21.22 | 49.55 | - |
| YUV | 116.62 | 167.15 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 133 | 186 | 0.69 | 0.28 | 0 | 0.27 | 204.84 | 0.52 | 0.48 |
| Hex | 3A | 85 | BA | 45 | 1C | 0 | 1B | CD | 34 | 30 |
| Octal | 72 | 205 | 272 | 105 | 34 | 0 | 33 | 315 | 64 | 60 |
| Binary | 111010 | 10000101 | 10111010 | 1000101 | 11100 | 0 | 11011 | 11001101 | 110100 | 110000 |
Color Harmonies of #3A85BA
Complementary color
Monochromatic Colors of #3A85BA
Black with #3A85BA
Text Example
Text Example
White with #3A85BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A85BA; }
p { color: rgb(58,133,186); }
H1.HeaderClassName
{
color: #3A85BA;
}
.AnyTagClassName
{
color: #3A85BA;
}
</style>
background-color css
<style>
a { background-color: #3A85BA; }
a { background-color: rgb(58,133,186); }
div.DivClassName
{
background-color: #3A85BA;
}
.BgClassName
{
background-color: #3A85BA;
}
</style>
border-color css
<style>
span { border-color: #3A85BA; }
span { border-color: rgb(58,133,186); }
td.TdClassName
{
border-color: #3A85BA;
}
.TagClassName
{
border-color: #3A85BA;
}
</style>