Shades of Curious Blue #3B82AD
Tints of Curious Blue #3B82AD
RGB
CMYK
RGB Variations
Color information
#3B82AD (or 0x3B82AD) is known color: Curious Blue. HEX triplet: 3B, 82 and AD. RGB value is (59,130,173). Sum of RGB (Red+Green+Blue) = 59+130+173=362 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.30% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B82AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B82AD is #C47D52. Grayscale: #717171. Windows color (decimal): -12877139 or 11371067. OLE color: 11371067.
HSL color Cylindrical-coordinate representation of color #3B82AD: hue angle of 202.63º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B82AD is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 130 | 173 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.32 |
| HSL | 202.63º | 0.49% | 0.45% | - |
| HSV(B) | 202.63º | 0.66% | 0.68% | - |
| XYZ | 17.33 | 19.91 | 42.47 | - |
| YUV | 113.67 | 161.48 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 130 | 173 | 0.66 | 0.25 | 0 | 0.32 | 202.63 | 0.49 | 0.45 |
| Hex | 3B | 82 | AD | 42 | 19 | 0 | 20 | CB | 31 | 2D |
| Octal | 73 | 202 | 255 | 102 | 31 | 0 | 40 | 313 | 61 | 55 |
| Binary | 111011 | 10000010 | 10101101 | 1000010 | 11001 | 0 | 100000 | 11001011 | 110001 | 101101 |
Color Harmonies of #3B82AD
Complementary color
Monochromatic Colors of #3B82AD
Black with #3B82AD
Text Example
Text Example
White with #3B82AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B82AD; }
p { color: rgb(59,130,173); }
H1.HeaderClassName
{
color: #3B82AD;
}
.AnyTagClassName
{
color: #3B82AD;
}
</style>
background-color css
<style>
a { background-color: #3B82AD; }
a { background-color: rgb(59,130,173); }
div.DivClassName
{
background-color: #3B82AD;
}
.BgClassName
{
background-color: #3B82AD;
}
</style>
border-color css
<style>
span { border-color: #3B82AD; }
span { border-color: rgb(59,130,173); }
td.TdClassName
{
border-color: #3B82AD;
}
.TagClassName
{
border-color: #3B82AD;
}
</style>