Shades of Curious Blue #3A7DBB
Tints of Curious Blue #3A7DBB
RGB
CMYK
RGB Variations
Color information
#3A7DBB (or 0x3A7DBB) is known color: Curious Blue. HEX triplet: 3A, 7D and BB. RGB value is (58,125,187). Sum of RGB (Red+Green+Blue) = 58+125+187=370 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.68% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #3A7DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7DBB is #C58244. Grayscale: #6F6F6F. Windows color (decimal): -12943941 or 12287290. OLE color: 12287290.
HSL color Cylindrical-coordinate representation of color #3A7DBB: hue angle of 208.84º degrees, saturation: 0.53, 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 #3A7DBB is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 125 | 187 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.27 |
| HSL | 208.84º | 0.53% | 0.48% | - |
| HSV(B) | 208.84º | 0.69% | 0.73% | - |
| XYZ | 18.05 | 19.15 | 49.76 | - |
| YUV | 112.04 | 170.3 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 125 | 187 | 0.69 | 0.33 | 0 | 0.27 | 208.84 | 0.53 | 0.48 |
| Hex | 3A | 7D | BB | 45 | 21 | 0 | 1B | D1 | 35 | 30 |
| Octal | 72 | 175 | 273 | 105 | 41 | 0 | 33 | 321 | 65 | 60 |
| Binary | 111010 | 1111101 | 10111011 | 1000101 | 100001 | 0 | 11011 | 11010001 | 110101 | 110000 |
Color Harmonies of #3A7DBB
Complementary color
Monochromatic Colors of #3A7DBB
Black with #3A7DBB
Text Example
Text Example
White with #3A7DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7DBB; }
p { color: rgb(58,125,187); }
H1.HeaderClassName
{
color: #3A7DBB;
}
.AnyTagClassName
{
color: #3A7DBB;
}
</style>
background-color css
<style>
a { background-color: #3A7DBB; }
a { background-color: rgb(58,125,187); }
div.DivClassName
{
background-color: #3A7DBB;
}
.BgClassName
{
background-color: #3A7DBB;
}
</style>
border-color css
<style>
span { border-color: #3A7DBB; }
span { border-color: rgb(58,125,187); }
td.TdClassName
{
border-color: #3A7DBB;
}
.TagClassName
{
border-color: #3A7DBB;
}
</style>