Shades of Curious Blue #3A7FBC
Tints of Curious Blue #3A7FBC
RGB
CMYK
RGB Variations
Color information
#3A7FBC (or 0x3A7FBC) is known color: Curious Blue. HEX triplet: 3A, 7F and BC. RGB value is (58,127,188). Sum of RGB (Red+Green+Blue) = 58+127+188=373 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.55% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A7FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A7FBC is #C58043. Grayscale: #717171. Windows color (decimal): -12943428 or 12353338. OLE color: 12353338.
HSL color Cylindrical-coordinate representation of color #3A7FBC: hue angle of 208.15º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A7FBC is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 127 | 188 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.26 |
| HSL | 208.15º | 0.53% | 0.48% | - |
| HSV(B) | 208.15º | 0.69% | 0.74% | - |
| XYZ | 18.41 | 19.71 | 50.41 | - |
| YUV | 113.32 | 170.14 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 127 | 188 | 0.69 | 0.32 | 0 | 0.26 | 208.15 | 0.53 | 0.48 |
| Hex | 3A | 7F | BC | 45 | 20 | 0 | 1A | D0 | 35 | 30 |
| Octal | 72 | 177 | 274 | 105 | 40 | 0 | 32 | 320 | 65 | 60 |
| Binary | 111010 | 1111111 | 10111100 | 1000101 | 100000 | 0 | 11010 | 11010000 | 110101 | 110000 |
Color Harmonies of #3A7FBC
Complementary color
Monochromatic Colors of #3A7FBC
Black with #3A7FBC
Text Example
Text Example
White with #3A7FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A7FBC; }
p { color: rgb(58,127,188); }
H1.HeaderClassName
{
color: #3A7FBC;
}
.AnyTagClassName
{
color: #3A7FBC;
}
</style>
background-color css
<style>
a { background-color: #3A7FBC; }
a { background-color: rgb(58,127,188); }
div.DivClassName
{
background-color: #3A7FBC;
}
.BgClassName
{
background-color: #3A7FBC;
}
</style>
border-color css
<style>
span { border-color: #3A7FBC; }
span { border-color: rgb(58,127,188); }
td.TdClassName
{
border-color: #3A7FBC;
}
.TagClassName
{
border-color: #3A7FBC;
}
</style>