Shades of Curious Blue #3984AB
Tints of Curious Blue #3984AB
RGB
CMYK
RGB Variations
Color information
#3984AB (or 0x3984AB) is known color: Curious Blue. HEX triplet: 39, 84 and AB. RGB value is (57,132,171). Sum of RGB (Red+Green+Blue) = 57+132+171=360 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.83% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #3984AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3984AB is #C67B54. Grayscale: #717171. Windows color (decimal): -13007701 or 11240505. OLE color: 11240505.
HSL color Cylindrical-coordinate representation of color #3984AB: hue angle of 200.53º 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 #3984AB is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 132 | 171 | - |
| CMYK | 0.67 | 0.23 | 0 | 0.33 |
| HSL | 200.53º | 0.5% | 0.45% | - |
| HSV(B) | 200.53º | 0.67% | 0.67% | - |
| XYZ | 17.29 | 20.31 | 41.54 | - |
| YUV | 114.02 | 160.15 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 132 | 171 | 0.67 | 0.23 | 0 | 0.33 | 200.53 | 0.5 | 0.45 |
| Hex | 39 | 84 | AB | 43 | 17 | 0 | 21 | C9 | 32 | 2D |
| Octal | 71 | 204 | 253 | 103 | 27 | 0 | 41 | 311 | 62 | 55 |
| Binary | 111001 | 10000100 | 10101011 | 1000011 | 10111 | 0 | 100001 | 11001001 | 110010 | 101101 |
Color Harmonies of #3984AB
Complementary color
Monochromatic Colors of #3984AB
Black with #3984AB
Text Example
Text Example
White with #3984AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3984AB; }
p { color: rgb(57,132,171); }
H1.HeaderClassName
{
color: #3984AB;
}
.AnyTagClassName
{
color: #3984AB;
}
</style>
background-color css
<style>
a { background-color: #3984AB; }
a { background-color: rgb(57,132,171); }
div.DivClassName
{
background-color: #3984AB;
}
.BgClassName
{
background-color: #3984AB;
}
</style>
border-color css
<style>
span { border-color: #3984AB; }
span { border-color: rgb(57,132,171); }
td.TdClassName
{
border-color: #3984AB;
}
.TagClassName
{
border-color: #3984AB;
}
</style>