Shades of Curious Blue #3A7DB9
Tints of Curious Blue #3A7DB9
RGB
CMYK
RGB Variations
Color information
#3A7DB9 (or 0x3A7DB9) is known color: Curious Blue. HEX triplet: 3A, 7D and B9. RGB value is (58,125,185). Sum of RGB (Red+Green+Blue) = 58+125+185=368 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.76% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 185 (72.66% from 255 or 50.27% from 368); Max value from RGB is 185 - color contains mainly: blue. Hex color #3A7DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7DB9 is #C58246. Grayscale: #6F6F6F. Windows color (decimal): -12943943 or 12156218. OLE color: 12156218.
HSL color Cylindrical-coordinate representation of color #3A7DB9: hue angle of 208.35º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A7DB9 is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 125 | 185 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.27 |
| HSL | 208.35º | 0.52% | 0.48% | - |
| HSV(B) | 208.35º | 0.69% | 0.73% | - |
| XYZ | 17.84 | 19.07 | 48.64 | - |
| YUV | 111.81 | 169.3 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 125 | 185 | 0.69 | 0.32 | 0 | 0.27 | 208.35 | 0.52 | 0.48 |
| Hex | 3A | 7D | B9 | 45 | 20 | 0 | 1B | D0 | 34 | 30 |
| Octal | 72 | 175 | 271 | 105 | 40 | 0 | 33 | 320 | 64 | 60 |
| Binary | 111010 | 1111101 | 10111001 | 1000101 | 100000 | 0 | 11011 | 11010000 | 110100 | 110000 |
Color Harmonies of #3A7DB9
Complementary color
Monochromatic Colors of #3A7DB9
Black with #3A7DB9
Text Example
Text Example
White with #3A7DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7DB9; }
p { color: rgb(58,125,185); }
H1.HeaderClassName
{
color: #3A7DB9;
}
.AnyTagClassName
{
color: #3A7DB9;
}
</style>
background-color css
<style>
a { background-color: #3A7DB9; }
a { background-color: rgb(58,125,185); }
div.DivClassName
{
background-color: #3A7DB9;
}
.BgClassName
{
background-color: #3A7DB9;
}
</style>
border-color css
<style>
span { border-color: #3A7DB9; }
span { border-color: rgb(58,125,185); }
td.TdClassName
{
border-color: #3A7DB9;
}
.TagClassName
{
border-color: #3A7DB9;
}
</style>