Shades of Curious Blue #3981AA
Tints of Curious Blue #3981AA
RGB
CMYK
RGB Variations
Color information
#3981AA (or 0x3981AA) is known color: Curious Blue. HEX triplet: 39, 81 and AA. RGB value is (57,129,170). Sum of RGB (Red+Green+Blue) = 57+129+170=356 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.01% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #3981AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3981AA is #C67E55. Grayscale: #6F6F6F. Windows color (decimal): -13008470 or 11174201. OLE color: 11174201.
HSL color Cylindrical-coordinate representation of color #3981AA: hue angle of 201.77º 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 #3981AA is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 129 | 170 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.33 |
| HSL | 201.77º | 0.5% | 0.45% | - |
| HSV(B) | 201.77º | 0.66% | 0.67% | - |
| XYZ | 16.79 | 19.47 | 40.9 | - |
| YUV | 112.15 | 160.65 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 129 | 170 | 0.66 | 0.24 | 0 | 0.33 | 201.77 | 0.5 | 0.45 |
| Hex | 39 | 81 | AA | 42 | 18 | 0 | 21 | CA | 32 | 2D |
| Octal | 71 | 201 | 252 | 102 | 30 | 0 | 41 | 312 | 62 | 55 |
| Binary | 111001 | 10000001 | 10101010 | 1000010 | 11000 | 0 | 100001 | 11001010 | 110010 | 101101 |
Color Harmonies of #3981AA
Complementary color
Monochromatic Colors of #3981AA
Black with #3981AA
Text Example
Text Example
White with #3981AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3981AA; }
p { color: rgb(57,129,170); }
H1.HeaderClassName
{
color: #3981AA;
}
.AnyTagClassName
{
color: #3981AA;
}
</style>
background-color css
<style>
a { background-color: #3981AA; }
a { background-color: rgb(57,129,170); }
div.DivClassName
{
background-color: #3981AA;
}
.BgClassName
{
background-color: #3981AA;
}
</style>
border-color css
<style>
span { border-color: #3981AA; }
span { border-color: rgb(57,129,170); }
td.TdClassName
{
border-color: #3981AA;
}
.TagClassName
{
border-color: #3981AA;
}
</style>