Shades of Curious Blue #3A7DAD
Tints of Curious Blue #3A7DAD
RGB
CMYK
RGB Variations
Color information
#3A7DAD (or 0x3A7DAD) is known color: Curious Blue. HEX triplet: 3A, 7D and AD. RGB value is (58,125,173). Sum of RGB (Red+Green+Blue) = 58+125+173=356 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.29% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A7DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7DAD is #C58252. Grayscale: #6E6E6E. Windows color (decimal): -12943955 or 11369786. OLE color: 11369786.
HSL color Cylindrical-coordinate representation of color #3A7DAD: hue angle of 205.04º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A7DAD is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 125 | 173 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.32 |
| HSL | 205.04º | 0.5% | 0.45% | - |
| HSV(B) | 205.04º | 0.66% | 0.68% | - |
| XYZ | 16.62 | 18.58 | 42.25 | - |
| YUV | 110.44 | 163.3 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 125 | 173 | 0.66 | 0.28 | 0 | 0.32 | 205.04 | 0.5 | 0.45 |
| Hex | 3A | 7D | AD | 42 | 1C | 0 | 20 | CD | 32 | 2D |
| Octal | 72 | 175 | 255 | 102 | 34 | 0 | 40 | 315 | 62 | 55 |
| Binary | 111010 | 1111101 | 10101101 | 1000010 | 11100 | 0 | 100000 | 11001101 | 110010 | 101101 |
Color Harmonies of #3A7DAD
Complementary color
Monochromatic Colors of #3A7DAD
Black with #3A7DAD
Text Example
Text Example
White with #3A7DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7DAD; }
p { color: rgb(58,125,173); }
H1.HeaderClassName
{
color: #3A7DAD;
}
.AnyTagClassName
{
color: #3A7DAD;
}
</style>
background-color css
<style>
a { background-color: #3A7DAD; }
a { background-color: rgb(58,125,173); }
div.DivClassName
{
background-color: #3A7DAD;
}
.BgClassName
{
background-color: #3A7DAD;
}
</style>
border-color css
<style>
span { border-color: #3A7DAD; }
span { border-color: rgb(58,125,173); }
td.TdClassName
{
border-color: #3A7DAD;
}
.TagClassName
{
border-color: #3A7DAD;
}
</style>