Shades of Curious Blue #3984AF
Tints of Curious Blue #3984AF
RGB
CMYK
RGB Variations
Color information
#3984AF (or 0x3984AF) is known color: Curious Blue. HEX triplet: 39, 84 and AF. RGB value is (57,132,175). Sum of RGB (Red+Green+Blue) = 57+132+175=364 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.66% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #3984AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3984AF is #C67B50. Grayscale: #727272. Windows color (decimal): -13007697 or 11502649. OLE color: 11502649.
HSL color Cylindrical-coordinate representation of color #3984AF: hue angle of 201.86º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3984AF is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 132 | 175 | - |
| CMYK | 0.67 | 0.25 | 0 | 0.31 |
| HSL | 201.86º | 0.51% | 0.45% | - |
| HSV(B) | 201.86º | 0.67% | 0.69% | - |
| XYZ | 17.68 | 20.47 | 43.58 | - |
| YUV | 114.48 | 162.15 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 132 | 175 | 0.67 | 0.25 | 0 | 0.31 | 201.86 | 0.51 | 0.45 |
| Hex | 39 | 84 | AF | 43 | 19 | 0 | 1F | CA | 33 | 2D |
| Octal | 71 | 204 | 257 | 103 | 31 | 0 | 37 | 312 | 63 | 55 |
| Binary | 111001 | 10000100 | 10101111 | 1000011 | 11001 | 0 | 11111 | 11001010 | 110011 | 101101 |
Color Harmonies of #3984AF
Complementary color
Monochromatic Colors of #3984AF
Black with #3984AF
Text Example
Text Example
White with #3984AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3984AF; }
p { color: rgb(57,132,175); }
H1.HeaderClassName
{
color: #3984AF;
}
.AnyTagClassName
{
color: #3984AF;
}
</style>
background-color css
<style>
a { background-color: #3984AF; }
a { background-color: rgb(57,132,175); }
div.DivClassName
{
background-color: #3984AF;
}
.BgClassName
{
background-color: #3984AF;
}
</style>
border-color css
<style>
span { border-color: #3984AF; }
span { border-color: rgb(57,132,175); }
td.TdClassName
{
border-color: #3984AF;
}
.TagClassName
{
border-color: #3984AF;
}
</style>