Shades of Curious Blue #3085CE
Tints of Curious Blue #3085CE
RGB
CMYK
RGB Variations
Color information
#3085CE (or 0x3085CE) is known color: Curious Blue. HEX triplet: 30, 85 and CE. RGB value is (48,133,206). Sum of RGB (Red+Green+Blue) = 48+133+206=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #3085CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3085CE is #CF7A31. Grayscale: #737373. Windows color (decimal): -13597234 or 13534512. OLE color: 13534512.
HSL color Cylindrical-coordinate representation of color #3085CE: hue angle of 207.72º 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 #3085CE is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 133 | 206 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.19 |
| HSL | 207.72º | 0.62% | 0.5% | - |
| HSV(B) | 207.72º | 0.77% | 0.81% | - |
| XYZ | 20.75 | 21.86 | 61.52 | - |
| YUV | 115.91 | 178.84 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 133 | 206 | 0.77 | 0.35 | 0 | 0.19 | 207.72 | 0.62 | 0.5 |
| Hex | 30 | 85 | CE | 4D | 23 | 0 | 13 | D0 | 3E | 32 |
| Octal | 60 | 205 | 316 | 115 | 43 | 0 | 23 | 320 | 76 | 62 |
| Binary | 110000 | 10000101 | 11001110 | 1001101 | 100011 | 0 | 10011 | 11010000 | 111110 | 110010 |
Color Harmonies of #3085CE
Complementary color
Monochromatic Colors of #3085CE
Black with #3085CE
Text Example
Text Example
White with #3085CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3085CE; }
p { color: rgb(48,133,206); }
H1.HeaderClassName
{
color: #3085CE;
}
.AnyTagClassName
{
color: #3085CE;
}
</style>
background-color css
<style>
a { background-color: #3085CE; }
a { background-color: rgb(48,133,206); }
div.DivClassName
{
background-color: #3085CE;
}
.BgClassName
{
background-color: #3085CE;
}
</style>
border-color css
<style>
span { border-color: #3085CE; }
span { border-color: rgb(48,133,206); }
td.TdClassName
{
border-color: #3085CE;
}
.TagClassName
{
border-color: #3085CE;
}
</style>