Shades of Curious Blue #3082AB
Tints of Curious Blue #3082AB
RGB
CMYK
RGB Variations
Color information
#3082AB (or 0x3082AB) is known color: Curious Blue. HEX triplet: 30, 82 and AB. RGB value is (48,130,171). Sum of RGB (Red+Green+Blue) = 48+130+171=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 130 (51.17% from 255 or 37.25% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #3082AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3082AB is #CF7D54. Grayscale: #6D6D6D. Windows color (decimal): -13598037 or 11239984. OLE color: 11239984.
HSL color Cylindrical-coordinate representation of color #3082AB: hue angle of 200º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3082AB is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 130 | 171 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.33 |
| HSL | 200º | 0.56% | 0.43% | - |
| HSV(B) | 200º | 0.72% | 0.67% | - |
| XYZ | 16.55 | 19.53 | 41.43 | - |
| YUV | 110.16 | 162.33 | 83.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 171 | 0.72 | 0.24 | 0 | 0.33 | 200 | 0.56 | 0.43 |
| Hex | 30 | 82 | AB | 48 | 18 | 0 | 21 | C8 | 38 | 2B |
| Octal | 60 | 202 | 253 | 110 | 30 | 0 | 41 | 310 | 70 | 53 |
| Binary | 110000 | 10000010 | 10101011 | 1001000 | 11000 | 0 | 100001 | 11001000 | 111000 | 101011 |
Color Harmonies of #3082AB
Complementary color
Monochromatic Colors of #3082AB
Black with #3082AB
Text Example
Text Example
White with #3082AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3082AB; }
p { color: rgb(48,130,171); }
H1.HeaderClassName
{
color: #3082AB;
}
.AnyTagClassName
{
color: #3082AB;
}
</style>
background-color css
<style>
a { background-color: #3082AB; }
a { background-color: rgb(48,130,171); }
div.DivClassName
{
background-color: #3082AB;
}
.BgClassName
{
background-color: #3082AB;
}
</style>
border-color css
<style>
span { border-color: #3082AB; }
span { border-color: rgb(48,130,171); }
td.TdClassName
{
border-color: #3082AB;
}
.TagClassName
{
border-color: #3082AB;
}
</style>