Shades of Curious Blue #3B83AD
Tints of Curious Blue #3B83AD
RGB
CMYK
RGB Variations
Color information
#3B83AD (or 0x3B83AD) is known color: Curious Blue. HEX triplet: 3B, 83 and AD. RGB value is (59,131,173). Sum of RGB (Red+Green+Blue) = 59+131+173=363 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.25% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B83AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B83AD is #C47C52. Grayscale: #727272. Windows color (decimal): -12876883 or 11371323. OLE color: 11371323.
HSL color Cylindrical-coordinate representation of color #3B83AD: hue angle of 202.11º 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 #3B83AD is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 131 | 173 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.32 |
| HSL | 202.11º | 0.49% | 0.45% | - |
| HSV(B) | 202.11º | 0.66% | 0.68% | - |
| XYZ | 17.46 | 20.18 | 42.51 | - |
| YUV | 114.26 | 161.15 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 131 | 173 | 0.66 | 0.24 | 0 | 0.32 | 202.11 | 0.49 | 0.45 |
| Hex | 3B | 83 | AD | 42 | 18 | 0 | 20 | CA | 31 | 2D |
| Octal | 73 | 203 | 255 | 102 | 30 | 0 | 40 | 312 | 61 | 55 |
| Binary | 111011 | 10000011 | 10101101 | 1000010 | 11000 | 0 | 100000 | 11001010 | 110001 | 101101 |
Color Harmonies of #3B83AD
Complementary color
Monochromatic Colors of #3B83AD
Black with #3B83AD
Text Example
Text Example
White with #3B83AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B83AD; }
p { color: rgb(59,131,173); }
H1.HeaderClassName
{
color: #3B83AD;
}
.AnyTagClassName
{
color: #3B83AD;
}
</style>
background-color css
<style>
a { background-color: #3B83AD; }
a { background-color: rgb(59,131,173); }
div.DivClassName
{
background-color: #3B83AD;
}
.BgClassName
{
background-color: #3B83AD;
}
</style>
border-color css
<style>
span { border-color: #3B83AD; }
span { border-color: rgb(59,131,173); }
td.TdClassName
{
border-color: #3B83AD;
}
.TagClassName
{
border-color: #3B83AD;
}
</style>