Shades of Curious Blue #3082AD
Tints of Curious Blue #3082AD
RGB
CMYK
RGB Variations
Color information
#3082AD (or 0x3082AD) is known color: Curious Blue. HEX triplet: 30, 82 and AD. RGB value is (48,130,173). Sum of RGB (Red+Green+Blue) = 48+130+173=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #3082AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3082AD is #CF7D52. Grayscale: #6E6E6E. Windows color (decimal): -13598035 or 11371056. OLE color: 11371056.
HSL color Cylindrical-coordinate representation of color #3082AD: hue angle of 200.64º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3082AD is Cyan = 0.72, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 130 | 173 | - |
| CMYK | 0.72 | 0.25 | 0 | 0.32 |
| HSL | 200.64º | 0.57% | 0.43% | - |
| HSV(B) | 200.64º | 0.72% | 0.68% | - |
| XYZ | 16.74 | 19.61 | 42.44 | - |
| YUV | 110.38 | 163.33 | 83.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 173 | 0.72 | 0.25 | 0 | 0.32 | 200.64 | 0.57 | 0.43 |
| Hex | 30 | 82 | AD | 48 | 19 | 0 | 20 | C9 | 39 | 2B |
| Octal | 60 | 202 | 255 | 110 | 31 | 0 | 40 | 311 | 71 | 53 |
| Binary | 110000 | 10000010 | 10101101 | 1001000 | 11001 | 0 | 100000 | 11001001 | 111001 | 101011 |
Color Harmonies of #3082AD
Complementary color
Monochromatic Colors of #3082AD
Black with #3082AD
Text Example
Text Example
White with #3082AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3082AD; }
p { color: rgb(48,130,173); }
H1.HeaderClassName
{
color: #3082AD;
}
.AnyTagClassName
{
color: #3082AD;
}
</style>
background-color css
<style>
a { background-color: #3082AD; }
a { background-color: rgb(48,130,173); }
div.DivClassName
{
background-color: #3082AD;
}
.BgClassName
{
background-color: #3082AD;
}
</style>
border-color css
<style>
span { border-color: #3082AD; }
span { border-color: rgb(48,130,173); }
td.TdClassName
{
border-color: #3082AD;
}
.TagClassName
{
border-color: #3082AD;
}
</style>