Shades of Curious Blue #3083BA
Tints of Curious Blue #3083BA
RGB
CMYK
RGB Variations
Color information
#3083BA (or 0x3083BA) is known color: Curious Blue. HEX triplet: 30, 83 and BA. RGB value is (48,131,186). Sum of RGB (Red+Green+Blue) = 48+131+186=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #3083BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3083BA is #CF7C45. Grayscale: #707070. Windows color (decimal): -13597766 or 12223280. OLE color: 12223280.
HSL color Cylindrical-coordinate representation of color #3083BA: hue angle of 203.91º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3083BA is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 131 | 186 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.27 |
| HSL | 203.91º | 0.59% | 0.46% | - |
| HSV(B) | 203.91º | 0.74% | 0.73% | - |
| XYZ | 18.2 | 20.41 | 49.43 | - |
| YUV | 112.45 | 169.5 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 131 | 186 | 0.74 | 0.30 | 0 | 0.27 | 203.91 | 0.59 | 0.46 |
| Hex | 30 | 83 | BA | 4A | 1E | 0 | 1B | CC | 3B | 2E |
| Octal | 60 | 203 | 272 | 112 | 36 | 0 | 33 | 314 | 73 | 56 |
| Binary | 110000 | 10000011 | 10111010 | 1001010 | 11110 | 0 | 11011 | 11001100 | 111011 | 101110 |
Color Harmonies of #3083BA
Complementary color
Monochromatic Colors of #3083BA
Black with #3083BA
Text Example
Text Example
White with #3083BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3083BA; }
p { color: rgb(48,131,186); }
H1.HeaderClassName
{
color: #3083BA;
}
.AnyTagClassName
{
color: #3083BA;
}
</style>
background-color css
<style>
a { background-color: #3083BA; }
a { background-color: rgb(48,131,186); }
div.DivClassName
{
background-color: #3083BA;
}
.BgClassName
{
background-color: #3083BA;
}
</style>
border-color css
<style>
span { border-color: #3083BA; }
span { border-color: rgb(48,131,186); }
td.TdClassName
{
border-color: #3083BA;
}
.TagClassName
{
border-color: #3083BA;
}
</style>