Shades of Curious Blue #3085DB
Tints of Curious Blue #3085DB
RGB
CMYK
RGB Variations
Color information
#3085DB (or 0x3085DB) is known color: Curious Blue. HEX triplet: 30, 85 and DB. RGB value is (48,133,219). Sum of RGB (Red+Green+Blue) = 48+133+219=400 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 219 (85.94% from 255 or 54.75% from 400); Max value from RGB is 219 - color contains mainly: blue. Hex color #3085DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3085DB is #CF7A24. Grayscale: #747474. Windows color (decimal): -13597221 or 14386480. OLE color: 14386480.
HSL color Cylindrical-coordinate representation of color #3085DB: hue angle of 210.18º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3085DB is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 133 | 219 | - |
| CMYK | 0.78 | 0.39 | 0 | 0.14 |
| HSL | 210.18º | 0.7% | 0.52% | - |
| HSV(B) | 210.18º | 0.78% | 0.86% | - |
| XYZ | 22.39 | 22.52 | 70.18 | - |
| YUV | 117.39 | 185.34 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 133 | 219 | 0.78 | 0.39 | 0 | 0.14 | 210.18 | 0.7 | 0.52 |
| Hex | 30 | 85 | DB | 4E | 27 | 0 | E | D2 | 46 | 34 |
| Octal | 60 | 205 | 333 | 116 | 47 | 0 | 16 | 322 | 106 | 64 |
| Binary | 110000 | 10000101 | 11011011 | 1001110 | 100111 | 0 | 1110 | 11010010 | 1000110 | 110100 |
Color Harmonies of #3085DB
Complementary color
Monochromatic Colors of #3085DB
Black with #3085DB
Text Example
Text Example
White with #3085DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3085DB; }
p { color: rgb(48,133,219); }
H1.HeaderClassName
{
color: #3085DB;
}
.AnyTagClassName
{
color: #3085DB;
}
</style>
background-color css
<style>
a { background-color: #3085DB; }
a { background-color: rgb(48,133,219); }
div.DivClassName
{
background-color: #3085DB;
}
.BgClassName
{
background-color: #3085DB;
}
</style>
border-color css
<style>
span { border-color: #3085DB; }
span { border-color: rgb(48,133,219); }
td.TdClassName
{
border-color: #3085DB;
}
.TagClassName
{
border-color: #3085DB;
}
</style>