Shades of Curious Blue #3082CE
Tints of Curious Blue #3082CE
RGB
CMYK
RGB Variations
Color information
#3082CE (or 0x3082CE) is known color: Curious Blue. HEX triplet: 30, 82 and CE. RGB value is (48,130,206). Sum of RGB (Red+Green+Blue) = 48+130+206=384 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.5% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #3082CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3082CE is #CF7D31. Grayscale: #717171. Windows color (decimal): -13598002 or 13533744. OLE color: 13533744.
HSL color Cylindrical-coordinate representation of color #3082CE: hue angle of 208.86º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3082CE is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 130 | 206 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.19 |
| HSL | 208.86º | 0.62% | 0.5% | - |
| HSV(B) | 208.86º | 0.77% | 0.81% | - |
| XYZ | 20.34 | 21.05 | 61.38 | - |
| YUV | 114.15 | 179.83 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 130 | 206 | 0.77 | 0.37 | 0 | 0.19 | 208.86 | 0.62 | 0.5 |
| Hex | 30 | 82 | CE | 4D | 25 | 0 | 13 | D1 | 3E | 32 |
| Octal | 60 | 202 | 316 | 115 | 45 | 0 | 23 | 321 | 76 | 62 |
| Binary | 110000 | 10000010 | 11001110 | 1001101 | 100101 | 0 | 10011 | 11010001 | 111110 | 110010 |
Color Harmonies of #3082CE
Complementary color
Monochromatic Colors of #3082CE
Black with #3082CE
Text Example
Text Example
White with #3082CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3082CE; }
p { color: rgb(48,130,206); }
H1.HeaderClassName
{
color: #3082CE;
}
.AnyTagClassName
{
color: #3082CE;
}
</style>
background-color css
<style>
a { background-color: #3082CE; }
a { background-color: rgb(48,130,206); }
div.DivClassName
{
background-color: #3082CE;
}
.BgClassName
{
background-color: #3082CE;
}
</style>
border-color css
<style>
span { border-color: #3082CE; }
span { border-color: rgb(48,130,206); }
td.TdClassName
{
border-color: #3082CE;
}
.TagClassName
{
border-color: #3082CE;
}
</style>