Shades of Curious Blue #3981AC
Tints of Curious Blue #3981AC
RGB
CMYK
RGB Variations
Color information
#3981AC (or 0x3981AC) is known color: Curious Blue. HEX triplet: 39, 81 and AC. RGB value is (57,129,172). Sum of RGB (Red+Green+Blue) = 57+129+172=358 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.92% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #3981AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3981AC is #C67E53. Grayscale: #707070. Windows color (decimal): -13008468 or 11305273. OLE color: 11305273.
HSL color Cylindrical-coordinate representation of color #3981AC: hue angle of 202.43º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3981AC is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 129 | 172 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.33 |
| HSL | 202.43º | 0.5% | 0.45% | - |
| HSV(B) | 202.43º | 0.67% | 0.67% | - |
| XYZ | 16.98 | 19.55 | 41.91 | - |
| YUV | 112.37 | 161.65 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 129 | 172 | 0.67 | 0.25 | 0 | 0.33 | 202.43 | 0.5 | 0.45 |
| Hex | 39 | 81 | AC | 43 | 19 | 0 | 21 | CA | 32 | 2D |
| Octal | 71 | 201 | 254 | 103 | 31 | 0 | 41 | 312 | 62 | 55 |
| Binary | 111001 | 10000001 | 10101100 | 1000011 | 11001 | 0 | 100001 | 11001010 | 110010 | 101101 |
Color Harmonies of #3981AC
Complementary color
Monochromatic Colors of #3981AC
Black with #3981AC
Text Example
Text Example
White with #3981AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3981AC; }
p { color: rgb(57,129,172); }
H1.HeaderClassName
{
color: #3981AC;
}
.AnyTagClassName
{
color: #3981AC;
}
</style>
background-color css
<style>
a { background-color: #3981AC; }
a { background-color: rgb(57,129,172); }
div.DivClassName
{
background-color: #3981AC;
}
.BgClassName
{
background-color: #3981AC;
}
</style>
border-color css
<style>
span { border-color: #3981AC; }
span { border-color: rgb(57,129,172); }
td.TdClassName
{
border-color: #3981AC;
}
.TagClassName
{
border-color: #3981AC;
}
</style>