Shades of Curious Blue #3085C2
Tints of Curious Blue #3085C2
RGB
CMYK
RGB Variations
Color information
#3085C2 (or 0x3085C2) is known color: Curious Blue. HEX triplet: 30, 85 and C2. RGB value is (48,133,194). Sum of RGB (Red+Green+Blue) = 48+133+194=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 194 (76.17% from 255 or 51.73% from 375); Max value from RGB is 194 - color contains mainly: blue. Hex color #3085C2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3085C2 is #CF7A3D. Grayscale: #727272. Windows color (decimal): -13597246 or 12748080. OLE color: 12748080.
HSL color Cylindrical-coordinate representation of color #3085C2: hue angle of 205.07º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3085C2 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 133 | 194 | - |
| CMYK | 0.75 | 0.31 | 0 | 0.24 |
| HSL | 205.07º | 0.6% | 0.47% | - |
| HSV(B) | 205.07º | 0.75% | 0.76% | - |
| XYZ | 19.34 | 21.3 | 54.13 | - |
| YUV | 114.54 | 172.84 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 133 | 194 | 0.75 | 0.31 | 0 | 0.24 | 205.07 | 0.6 | 0.47 |
| Hex | 30 | 85 | C2 | 4B | 1F | 0 | 18 | CD | 3C | 2F |
| Octal | 60 | 205 | 302 | 113 | 37 | 0 | 30 | 315 | 74 | 57 |
| Binary | 110000 | 10000101 | 11000010 | 1001011 | 11111 | 0 | 11000 | 11001101 | 111100 | 101111 |
Color Harmonies of #3085C2
Complementary color
Monochromatic Colors of #3085C2
Black with #3085C2
Text Example
Text Example
White with #3085C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3085C2; }
p { color: rgb(48,133,194); }
H1.HeaderClassName
{
color: #3085C2;
}
.AnyTagClassName
{
color: #3085C2;
}
</style>
background-color css
<style>
a { background-color: #3085C2; }
a { background-color: rgb(48,133,194); }
div.DivClassName
{
background-color: #3085C2;
}
.BgClassName
{
background-color: #3085C2;
}
</style>
border-color css
<style>
span { border-color: #3085C2; }
span { border-color: rgb(48,133,194); }
td.TdClassName
{
border-color: #3085C2;
}
.TagClassName
{
border-color: #3085C2;
}
</style>