Shades of Curious Blue #3A7ACD
Tints of Curious Blue #3A7ACD
RGB
CMYK
RGB Variations
Color information
#3A7ACD (or 0x3A7ACD) is known color: Curious Blue. HEX triplet: 3A, 7A and CD. RGB value is (58,122,205). Sum of RGB (Red+Green+Blue) = 58+122+205=385 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.06% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #3A7ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7ACD is #C58532. Grayscale: #6F6F6F. Windows color (decimal): -12944691 or 13466170. OLE color: 13466170.
HSL color Cylindrical-coordinate representation of color #3A7ACD: hue angle of 213.88º 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 #3A7ACD is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 58 | 122 | 205 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.20 |
| HSL | 213.88º | 0.6% | 0.52% | - |
| HSV(B) | 213.88º | 0.72% | 0.8% | - |
| XYZ | 19.72 | 19.23 | 60.43 | - |
| YUV | 112.33 | 180.3 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 122 | 205 | 0.72 | 0.40 | 0 | 0.20 | 213.88 | 0.6 | 0.52 |
| Hex | 3A | 7A | CD | 48 | 28 | 0 | 14 | D6 | 3C | 34 |
| Octal | 72 | 172 | 315 | 110 | 50 | 0 | 24 | 326 | 74 | 64 |
| Binary | 111010 | 1111010 | 11001101 | 1001000 | 101000 | 0 | 10100 | 11010110 | 111100 | 110100 |
Color Harmonies of #3A7ACD
Complementary color
Monochromatic Colors of #3A7ACD
Black with #3A7ACD
Text Example
Text Example
White with #3A7ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7ACD; }
p { color: rgb(58,122,205); }
H1.HeaderClassName
{
color: #3A7ACD;
}
.AnyTagClassName
{
color: #3A7ACD;
}
</style>
background-color css
<style>
a { background-color: #3A7ACD; }
a { background-color: rgb(58,122,205); }
div.DivClassName
{
background-color: #3A7ACD;
}
.BgClassName
{
background-color: #3A7ACD;
}
</style>
border-color css
<style>
span { border-color: #3A7ACD; }
span { border-color: rgb(58,122,205); }
td.TdClassName
{
border-color: #3A7ACD;
}
.TagClassName
{
border-color: #3A7ACD;
}
</style>