Shades of Curious Blue #3A80BE
Tints of Curious Blue #3A80BE
RGB
CMYK
RGB Variations
Color information
#3A80BE (or 0x3A80BE) is known color: Curious Blue. HEX triplet: 3A, 80 and BE. RGB value is (58,128,190). Sum of RGB (Red+Green+Blue) = 58+128+190=376 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.43% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #3A80BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A80BE is #C57F41. Grayscale: #717171. Windows color (decimal): -12943170 or 12484666. OLE color: 12484666.
HSL color Cylindrical-coordinate representation of color #3A80BE: hue angle of 208.18º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A80BE is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 58 | 128 | 190 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.25 |
| HSL | 208.18º | 0.53% | 0.49% | - |
| HSV(B) | 208.18º | 0.69% | 0.75% | - |
| XYZ | 18.76 | 20.06 | 51.6 | - |
| YUV | 114.14 | 170.81 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 128 | 190 | 0.69 | 0.33 | 0 | 0.25 | 208.18 | 0.53 | 0.49 |
| Hex | 3A | 80 | BE | 45 | 21 | 0 | 19 | D0 | 35 | 31 |
| Octal | 72 | 200 | 276 | 105 | 41 | 0 | 31 | 320 | 65 | 61 |
| Binary | 111010 | 10000000 | 10111110 | 1000101 | 100001 | 0 | 11001 | 11010000 | 110101 | 110001 |
Color Harmonies of #3A80BE
Complementary color
Monochromatic Colors of #3A80BE
Black with #3A80BE
Text Example
Text Example
White with #3A80BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A80BE; }
p { color: rgb(58,128,190); }
H1.HeaderClassName
{
color: #3A80BE;
}
.AnyTagClassName
{
color: #3A80BE;
}
</style>
background-color css
<style>
a { background-color: #3A80BE; }
a { background-color: rgb(58,128,190); }
div.DivClassName
{
background-color: #3A80BE;
}
.BgClassName
{
background-color: #3A80BE;
}
</style>
border-color css
<style>
span { border-color: #3A80BE; }
span { border-color: rgb(58,128,190); }
td.TdClassName
{
border-color: #3A80BE;
}
.TagClassName
{
border-color: #3A80BE;
}
</style>