Shades of Curious Blue #3A81B9
Tints of Curious Blue #3A81B9
RGB
CMYK
RGB Variations
Color information
#3A81B9 (or 0x3A81B9) is known color: Curious Blue. HEX triplet: 3A, 81 and B9. RGB value is (58,129,185). Sum of RGB (Red+Green+Blue) = 58+129+185=372 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.59% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 185 (72.66% from 255 or 49.73% from 372); Max value from RGB is 185 - color contains mainly: blue. Hex color #3A81B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A81B9 is #C57E46. Grayscale: #717171. Windows color (decimal): -12942919 or 12157242. OLE color: 12157242.
HSL color Cylindrical-coordinate representation of color #3A81B9: hue angle of 206.46º 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 #3A81B9 is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 129 | 185 | - |
| CMYK | 0.69 | 0.30 | 0 | 0.27 |
| HSL | 206.46º | 0.52% | 0.48% | - |
| HSV(B) | 206.46º | 0.69% | 0.73% | - |
| XYZ | 18.35 | 20.1 | 48.81 | - |
| YUV | 114.16 | 167.98 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 129 | 185 | 0.69 | 0.30 | 0 | 0.27 | 206.46 | 0.52 | 0.48 |
| Hex | 3A | 81 | B9 | 45 | 1E | 0 | 1B | CE | 34 | 30 |
| Octal | 72 | 201 | 271 | 105 | 36 | 0 | 33 | 316 | 64 | 60 |
| Binary | 111010 | 10000001 | 10111001 | 1000101 | 11110 | 0 | 11011 | 11001110 | 110100 | 110000 |
Color Harmonies of #3A81B9
Complementary color
Monochromatic Colors of #3A81B9
Black with #3A81B9
Text Example
Text Example
White with #3A81B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A81B9; }
p { color: rgb(58,129,185); }
H1.HeaderClassName
{
color: #3A81B9;
}
.AnyTagClassName
{
color: #3A81B9;
}
</style>
background-color css
<style>
a { background-color: #3A81B9; }
a { background-color: rgb(58,129,185); }
div.DivClassName
{
background-color: #3A81B9;
}
.BgClassName
{
background-color: #3A81B9;
}
</style>
border-color css
<style>
span { border-color: #3A81B9; }
span { border-color: rgb(58,129,185); }
td.TdClassName
{
border-color: #3A81B9;
}
.TagClassName
{
border-color: #3A81B9;
}
</style>