Shades of Curious Blue #3A7DB5
Tints of Curious Blue #3A7DB5
RGB
CMYK
RGB Variations
Color information
#3A7DB5 (or 0x3A7DB5) is known color: Curious Blue. HEX triplet: 3A, 7D and B5. RGB value is (58,125,181). Sum of RGB (Red+Green+Blue) = 58+125+181=364 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.93% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 181 (71.09% from 255 or 49.73% from 364); Max value from RGB is 181 - color contains mainly: blue. Hex color #3A7DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7DB5 is #C5824A. Grayscale: #6F6F6F. Windows color (decimal): -12943947 or 11894074. OLE color: 11894074.
HSL color Cylindrical-coordinate representation of color #3A7DB5: hue angle of 207.32º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A7DB5 is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 58 | 125 | 181 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.29 |
| HSL | 207.32º | 0.51% | 0.47% | - |
| HSV(B) | 207.32º | 0.68% | 0.71% | - |
| XYZ | 17.42 | 18.9 | 46.45 | - |
| YUV | 111.35 | 167.3 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 125 | 181 | 0.68 | 0.31 | 0 | 0.29 | 207.32 | 0.51 | 0.47 |
| Hex | 3A | 7D | B5 | 44 | 1F | 0 | 1D | CF | 33 | 2F |
| Octal | 72 | 175 | 265 | 104 | 37 | 0 | 35 | 317 | 63 | 57 |
| Binary | 111010 | 1111101 | 10110101 | 1000100 | 11111 | 0 | 11101 | 11001111 | 110011 | 101111 |
Color Harmonies of #3A7DB5
Complementary color
Monochromatic Colors of #3A7DB5
Black with #3A7DB5
Text Example
Text Example
White with #3A7DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7DB5; }
p { color: rgb(58,125,181); }
H1.HeaderClassName
{
color: #3A7DB5;
}
.AnyTagClassName
{
color: #3A7DB5;
}
</style>
background-color css
<style>
a { background-color: #3A7DB5; }
a { background-color: rgb(58,125,181); }
div.DivClassName
{
background-color: #3A7DB5;
}
.BgClassName
{
background-color: #3A7DB5;
}
</style>
border-color css
<style>
span { border-color: #3A7DB5; }
span { border-color: rgb(58,125,181); }
td.TdClassName
{
border-color: #3A7DB5;
}
.TagClassName
{
border-color: #3A7DB5;
}
</style>