Shades of Curious Blue #3A81AC
Tints of Curious Blue #3A81AC
RGB
CMYK
RGB Variations
Color information
#3A81AC (or 0x3A81AC) is known color: Curious Blue. HEX triplet: 3A, 81 and AC. RGB value is (58,129,172). Sum of RGB (Red+Green+Blue) = 58+129+172=359 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.16% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A81AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A81AC is #C57E53. Grayscale: #707070. Windows color (decimal): -12942932 or 11305274. OLE color: 11305274.
HSL color Cylindrical-coordinate representation of color #3A81AC: hue angle of 202.63º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A81AC is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 129 | 172 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.33 |
| HSL | 202.63º | 0.5% | 0.45% | - |
| HSV(B) | 202.63º | 0.66% | 0.67% | - |
| XYZ | 17.04 | 19.58 | 41.91 | - |
| YUV | 112.67 | 161.48 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 129 | 172 | 0.66 | 0.25 | 0 | 0.33 | 202.63 | 0.5 | 0.45 |
| Hex | 3A | 81 | AC | 42 | 19 | 0 | 21 | CB | 32 | 2D |
| Octal | 72 | 201 | 254 | 102 | 31 | 0 | 41 | 313 | 62 | 55 |
| Binary | 111010 | 10000001 | 10101100 | 1000010 | 11001 | 0 | 100001 | 11001011 | 110010 | 101101 |
Color Harmonies of #3A81AC
Complementary color
Monochromatic Colors of #3A81AC
Black with #3A81AC
Text Example
Text Example
White with #3A81AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A81AC; }
p { color: rgb(58,129,172); }
H1.HeaderClassName
{
color: #3A81AC;
}
.AnyTagClassName
{
color: #3A81AC;
}
</style>
background-color css
<style>
a { background-color: #3A81AC; }
a { background-color: rgb(58,129,172); }
div.DivClassName
{
background-color: #3A81AC;
}
.BgClassName
{
background-color: #3A81AC;
}
</style>
border-color css
<style>
span { border-color: #3A81AC; }
span { border-color: rgb(58,129,172); }
td.TdClassName
{
border-color: #3A81AC;
}
.TagClassName
{
border-color: #3A81AC;
}
</style>