Shades of Curious Blue #3084B7
Tints of Curious Blue #3084B7
RGB
CMYK
RGB Variations
Color information
#3084B7 (or 0x3084B7) is known color: Curious Blue. HEX triplet: 30, 84 and B7. RGB value is (48,132,183). Sum of RGB (Red+Green+Blue) = 48+132+183=363 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.22% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 183 (71.88% from 255 or 50.41% from 363); Max value from RGB is 183 - color contains mainly: blue. Hex color #3084B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3084B7 is #CF7B48. Grayscale: #707070. Windows color (decimal): -13597513 or 12026928. OLE color: 12026928.
HSL color Cylindrical-coordinate representation of color #3084B7: hue angle of 202.67º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3084B7 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 132 | 183 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.28 |
| HSL | 202.67º | 0.58% | 0.45% | - |
| HSV(B) | 202.67º | 0.74% | 0.72% | - |
| XYZ | 18.02 | 20.55 | 47.82 | - |
| YUV | 112.7 | 167.67 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 132 | 183 | 0.74 | 0.28 | 0 | 0.28 | 202.67 | 0.58 | 0.45 |
| Hex | 30 | 84 | B7 | 4A | 1C | 0 | 1C | CB | 3A | 2D |
| Octal | 60 | 204 | 267 | 112 | 34 | 0 | 34 | 313 | 72 | 55 |
| Binary | 110000 | 10000100 | 10110111 | 1001010 | 11100 | 0 | 11100 | 11001011 | 111010 | 101101 |
Color Harmonies of #3084B7
Complementary color
Monochromatic Colors of #3084B7
Black with #3084B7
Text Example
Text Example
White with #3084B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3084B7; }
p { color: rgb(48,132,183); }
H1.HeaderClassName
{
color: #3084B7;
}
.AnyTagClassName
{
color: #3084B7;
}
</style>
background-color css
<style>
a { background-color: #3084B7; }
a { background-color: rgb(48,132,183); }
div.DivClassName
{
background-color: #3084B7;
}
.BgClassName
{
background-color: #3084B7;
}
</style>
border-color css
<style>
span { border-color: #3084B7; }
span { border-color: rgb(48,132,183); }
td.TdClassName
{
border-color: #3084B7;
}
.TagClassName
{
border-color: #3084B7;
}
</style>