Shades of Curious Blue #3084B1
Tints of Curious Blue #3084B1
RGB
CMYK
RGB Variations
Color information
#3084B1 (or 0x3084B1) is known color: Curious Blue. HEX triplet: 30, 84 and B1. RGB value is (48,132,177). Sum of RGB (Red+Green+Blue) = 48+132+177=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 177 (69.53% from 255 or 49.58% from 357); Max value from RGB is 177 - color contains mainly: blue. Hex color #3084B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3084B1 is #CF7B4E. Grayscale: #6F6F6F. Windows color (decimal): -13597519 or 11633712. OLE color: 11633712.
HSL color Cylindrical-coordinate representation of color #3084B1: hue angle of 200.93º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3084B1 is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 132 | 177 | - |
| CMYK | 0.73 | 0.25 | 0 | 0.31 |
| HSL | 200.93º | 0.57% | 0.44% | - |
| HSV(B) | 200.93º | 0.73% | 0.69% | - |
| XYZ | 17.41 | 20.31 | 44.6 | - |
| YUV | 112.01 | 164.67 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 132 | 177 | 0.73 | 0.25 | 0 | 0.31 | 200.93 | 0.57 | 0.44 |
| Hex | 30 | 84 | B1 | 49 | 19 | 0 | 1F | C9 | 39 | 2C |
| Octal | 60 | 204 | 261 | 111 | 31 | 0 | 37 | 311 | 71 | 54 |
| Binary | 110000 | 10000100 | 10110001 | 1001001 | 11001 | 0 | 11111 | 11001001 | 111001 | 101100 |
Color Harmonies of #3084B1
Complementary color
Monochromatic Colors of #3084B1
Black with #3084B1
Text Example
Text Example
White with #3084B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3084B1; }
p { color: rgb(48,132,177); }
H1.HeaderClassName
{
color: #3084B1;
}
.AnyTagClassName
{
color: #3084B1;
}
</style>
background-color css
<style>
a { background-color: #3084B1; }
a { background-color: rgb(48,132,177); }
div.DivClassName
{
background-color: #3084B1;
}
.BgClassName
{
background-color: #3084B1;
}
</style>
border-color css
<style>
span { border-color: #3084B1; }
span { border-color: rgb(48,132,177); }
td.TdClassName
{
border-color: #3084B1;
}
.TagClassName
{
border-color: #3084B1;
}
</style>