Shades of Curious Blue #3082C5
Tints of Curious Blue #3082C5
RGB
CMYK
RGB Variations
Color information
#3082C5 (or 0x3082C5) is known color: Curious Blue. HEX triplet: 30, 82 and C5. RGB value is (48,130,197). Sum of RGB (Red+Green+Blue) = 48+130+197=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 197 (77.34% from 255 or 52.53% from 375); Max value from RGB is 197 - color contains mainly: blue. Hex color #3082C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3082C5 is #CF7D3A. Grayscale: #707070. Windows color (decimal): -13598011 or 12943920. OLE color: 12943920.
HSL color Cylindrical-coordinate representation of color #3082C5: hue angle of 206.98º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3082C5 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 48 | 130 | 197 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.23 |
| HSL | 206.98º | 0.61% | 0.48% | - |
| HSV(B) | 206.98º | 0.76% | 0.77% | - |
| XYZ | 19.28 | 20.62 | 55.79 | - |
| YUV | 113.12 | 175.33 | 81.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 197 | 0.76 | 0.34 | 0 | 0.23 | 206.98 | 0.61 | 0.48 |
| Hex | 30 | 82 | C5 | 4C | 22 | 0 | 17 | CF | 3D | 30 |
| Octal | 60 | 202 | 305 | 114 | 42 | 0 | 27 | 317 | 75 | 60 |
| Binary | 110000 | 10000010 | 11000101 | 1001100 | 100010 | 0 | 10111 | 11001111 | 111101 | 110000 |
Color Harmonies of #3082C5
Complementary color
Monochromatic Colors of #3082C5
Black with #3082C5
Text Example
Text Example
White with #3082C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3082C5; }
p { color: rgb(48,130,197); }
H1.HeaderClassName
{
color: #3082C5;
}
.AnyTagClassName
{
color: #3082C5;
}
</style>
background-color css
<style>
a { background-color: #3082C5; }
a { background-color: rgb(48,130,197); }
div.DivClassName
{
background-color: #3082C5;
}
.BgClassName
{
background-color: #3082C5;
}
</style>
border-color css
<style>
span { border-color: #3082C5; }
span { border-color: rgb(48,130,197); }
td.TdClassName
{
border-color: #3082C5;
}
.TagClassName
{
border-color: #3082C5;
}
</style>