Shades of Curious Blue #3A84CF
Tints of Curious Blue #3A84CF
RGB
CMYK
RGB Variations
Color information
#3A84CF (or 0x3A84CF) is known color: Curious Blue. HEX triplet: 3A, 84 and CF. RGB value is (58,132,207). Sum of RGB (Red+Green+Blue) = 58+132+207=397 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.61% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #3A84CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A84CF is #C57B30. Grayscale: #767676. Windows color (decimal): -12942129 or 13599802. OLE color: 13599802.
HSL color Cylindrical-coordinate representation of color #3A84CF: hue angle of 210.2º 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 #3A84CF is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 58 | 132 | 207 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.19 |
| HSL | 210.2º | 0.61% | 0.52% | - |
| HSV(B) | 210.2º | 0.72% | 0.81% | - |
| XYZ | 21.26 | 21.91 | 62.14 | - |
| YUV | 118.42 | 177.98 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 132 | 207 | 0.72 | 0.36 | 0 | 0.19 | 210.2 | 0.61 | 0.52 |
| Hex | 3A | 84 | CF | 48 | 24 | 0 | 13 | D2 | 3D | 34 |
| Octal | 72 | 204 | 317 | 110 | 44 | 0 | 23 | 322 | 75 | 64 |
| Binary | 111010 | 10000100 | 11001111 | 1001000 | 100100 | 0 | 10011 | 11010010 | 111101 | 110100 |
Color Harmonies of #3A84CF
Complementary color
Monochromatic Colors of #3A84CF
Black with #3A84CF
Text Example
Text Example
White with #3A84CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A84CF; }
p { color: rgb(58,132,207); }
H1.HeaderClassName
{
color: #3A84CF;
}
.AnyTagClassName
{
color: #3A84CF;
}
</style>
background-color css
<style>
a { background-color: #3A84CF; }
a { background-color: rgb(58,132,207); }
div.DivClassName
{
background-color: #3A84CF;
}
.BgClassName
{
background-color: #3A84CF;
}
</style>
border-color css
<style>
span { border-color: #3A84CF; }
span { border-color: rgb(58,132,207); }
td.TdClassName
{
border-color: #3A84CF;
}
.TagClassName
{
border-color: #3A84CF;
}
</style>