Shades of Curious Blue #3A84CD
Tints of Curious Blue #3A84CD
RGB
CMYK
RGB Variations
Color information
#3A84CD (or 0x3A84CD) is known color: Curious Blue. HEX triplet: 3A, 84 and CD. RGB value is (58,132,205). Sum of RGB (Red+Green+Blue) = 58+132+205=395 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.68% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A84CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A84CD is #C57B32. Grayscale: #757575. Windows color (decimal): -12942131 or 13468730. OLE color: 13468730.
HSL color Cylindrical-coordinate representation of color #3A84CD: hue angle of 209.8º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A84CD is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 132 | 205 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.20 |
| HSL | 209.8º | 0.6% | 0.52% | - |
| HSV(B) | 209.8º | 0.72% | 0.8% | - |
| XYZ | 21.02 | 21.81 | 60.86 | - |
| YUV | 118.2 | 176.98 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 132 | 205 | 0.72 | 0.36 | 0 | 0.20 | 209.8 | 0.6 | 0.52 |
| Hex | 3A | 84 | CD | 48 | 24 | 0 | 14 | D2 | 3C | 34 |
| Octal | 72 | 204 | 315 | 110 | 44 | 0 | 24 | 322 | 74 | 64 |
| Binary | 111010 | 10000100 | 11001101 | 1001000 | 100100 | 0 | 10100 | 11010010 | 111100 | 110100 |
Color Harmonies of #3A84CD
Complementary color
Monochromatic Colors of #3A84CD
Black with #3A84CD
Text Example
Text Example
White with #3A84CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A84CD; }
p { color: rgb(58,132,205); }
H1.HeaderClassName
{
color: #3A84CD;
}
.AnyTagClassName
{
color: #3A84CD;
}
</style>
background-color css
<style>
a { background-color: #3A84CD; }
a { background-color: rgb(58,132,205); }
div.DivClassName
{
background-color: #3A84CD;
}
.BgClassName
{
background-color: #3A84CD;
}
</style>
border-color css
<style>
span { border-color: #3A84CD; }
span { border-color: rgb(58,132,205); }
td.TdClassName
{
border-color: #3A84CD;
}
.TagClassName
{
border-color: #3A84CD;
}
</style>