Shades of Curious Blue #3082AA
Tints of Curious Blue #3082AA
RGB
CMYK
RGB Variations
Color information
#3082AA (or 0x3082AA) is known color: Curious Blue. HEX triplet: 30, 82 and AA. RGB value is (48,130,170). Sum of RGB (Red+Green+Blue) = 48+130+170=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #3082AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3082AA is #CF7D55. Grayscale: #6D6D6D. Windows color (decimal): -13598038 or 11174448. OLE color: 11174448.
HSL color Cylindrical-coordinate representation of color #3082AA: hue angle of 199.67º 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 #3082AA is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 130 | 170 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.33 |
| HSL | 199.67º | 0.56% | 0.43% | - |
| HSV(B) | 199.67º | 0.72% | 0.67% | - |
| XYZ | 16.46 | 19.5 | 40.93 | - |
| YUV | 110.04 | 161.83 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 170 | 0.72 | 0.24 | 0 | 0.33 | 199.67 | 0.56 | 0.43 |
| Hex | 30 | 82 | AA | 48 | 18 | 0 | 21 | C8 | 38 | 2B |
| Octal | 60 | 202 | 252 | 110 | 30 | 0 | 41 | 310 | 70 | 53 |
| Binary | 110000 | 10000010 | 10101010 | 1001000 | 11000 | 0 | 100001 | 11001000 | 111000 | 101011 |
Color Harmonies of #3082AA
Complementary color
Monochromatic Colors of #3082AA
Black with #3082AA
Text Example
Text Example
White with #3082AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3082AA; }
p { color: rgb(48,130,170); }
H1.HeaderClassName
{
color: #3082AA;
}
.AnyTagClassName
{
color: #3082AA;
}
</style>
background-color css
<style>
a { background-color: #3082AA; }
a { background-color: rgb(48,130,170); }
div.DivClassName
{
background-color: #3082AA;
}
.BgClassName
{
background-color: #3082AA;
}
</style>
border-color css
<style>
span { border-color: #3082AA; }
span { border-color: rgb(48,130,170); }
td.TdClassName
{
border-color: #3082AA;
}
.TagClassName
{
border-color: #3082AA;
}
</style>