Shades of Curious Blue #3A74BC
Tints of Curious Blue #3A74BC
RGB
CMYK
RGB Variations
Color information
#3A74BC (or 0x3A74BC) is known color: Curious Blue. HEX triplet: 3A, 74 and BC. RGB value is (58,116,188). Sum of RGB (Red+Green+Blue) = 58+116+188=362 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.02% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #3A74BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A74BC is #C58B43. Grayscale: #6A6A6A. Windows color (decimal): -12946244 or 12350522. OLE color: 12350522.
HSL color Cylindrical-coordinate representation of color #3A74BC: hue angle of 213.23º 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 #3A74BC is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 58 | 116 | 188 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.26 |
| HSL | 213.23º | 0.53% | 0.48% | - |
| HSV(B) | 213.23º | 0.69% | 0.74% | - |
| XYZ | 17.07 | 17.02 | 49.96 | - |
| YUV | 106.87 | 173.78 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 116 | 188 | 0.69 | 0.38 | 0 | 0.26 | 213.23 | 0.53 | 0.48 |
| Hex | 3A | 74 | BC | 45 | 26 | 0 | 1A | D5 | 35 | 30 |
| Octal | 72 | 164 | 274 | 105 | 46 | 0 | 32 | 325 | 65 | 60 |
| Binary | 111010 | 1110100 | 10111100 | 1000101 | 100110 | 0 | 11010 | 11010101 | 110101 | 110000 |
Color Harmonies of #3A74BC
Complementary color
Monochromatic Colors of #3A74BC
Black with #3A74BC
Text Example
Text Example
White with #3A74BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A74BC; }
p { color: rgb(58,116,188); }
H1.HeaderClassName
{
color: #3A74BC;
}
.AnyTagClassName
{
color: #3A74BC;
}
</style>
background-color css
<style>
a { background-color: #3A74BC; }
a { background-color: rgb(58,116,188); }
div.DivClassName
{
background-color: #3A74BC;
}
.BgClassName
{
background-color: #3A74BC;
}
</style>
border-color css
<style>
span { border-color: #3A74BC; }
span { border-color: rgb(58,116,188); }
td.TdClassName
{
border-color: #3A74BC;
}
.TagClassName
{
border-color: #3A74BC;
}
</style>