Shades of Curious Blue #3A7ACC
Tints of Curious Blue #3A7ACC
RGB
CMYK
RGB Variations
Color information
#3A7ACC (or 0x3A7ACC) is known color: Curious Blue. HEX triplet: 3A, 7A and CC. RGB value is (58,122,204). Sum of RGB (Red+Green+Blue) = 58+122+204=384 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.10% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #3A7ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7ACC is #C58533. Grayscale: #6F6F6F. Windows color (decimal): -12944692 or 13400634. OLE color: 13400634.
HSL color Cylindrical-coordinate representation of color #3A7ACC: hue angle of 213.7º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A7ACC is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 58 | 122 | 204 | - |
| CMYK | 0.72 | 0.40 | 0 | 0.2 |
| HSL | 213.7º | 0.59% | 0.51% | - |
| HSV(B) | 213.7º | 0.72% | 0.8% | - |
| XYZ | 19.6 | 19.18 | 59.8 | - |
| YUV | 112.21 | 179.8 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 122 | 204 | 0.72 | 0.40 | 0 | 0.2 | 213.7 | 0.59 | 0.51 |
| Hex | 3A | 7A | CC | 48 | 28 | 0 | 14 | D6 | 3B | 33 |
| Octal | 72 | 172 | 314 | 110 | 50 | 0 | 24 | 326 | 73 | 63 |
| Binary | 111010 | 1111010 | 11001100 | 1001000 | 101000 | 0 | 10100 | 11010110 | 111011 | 110011 |
Color Harmonies of #3A7ACC
Complementary color
Monochromatic Colors of #3A7ACC
Black with #3A7ACC
Text Example
Text Example
White with #3A7ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7ACC; }
p { color: rgb(58,122,204); }
H1.HeaderClassName
{
color: #3A7ACC;
}
.AnyTagClassName
{
color: #3A7ACC;
}
</style>
background-color css
<style>
a { background-color: #3A7ACC; }
a { background-color: rgb(58,122,204); }
div.DivClassName
{
background-color: #3A7ACC;
}
.BgClassName
{
background-color: #3A7ACC;
}
</style>
border-color css
<style>
span { border-color: #3A7ACC; }
span { border-color: rgb(58,122,204); }
td.TdClassName
{
border-color: #3A7ACC;
}
.TagClassName
{
border-color: #3A7ACC;
}
</style>