Shades of Curious Blue #308DDB
Tints of Curious Blue #308DDB
RGB
CMYK
RGB Variations
Color information
#308DDB (or 0x308DDB) is known color: Curious Blue. HEX triplet: 30, 8D and DB. RGB value is (48,141,219). Sum of RGB (Red+Green+Blue) = 48+141+219=408 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.76% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #308DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308DDB is #CF7224. Grayscale: #797979. Windows color (decimal): -13595173 or 14388528. OLE color: 14388528.
HSL color Cylindrical-coordinate representation of color #308DDB: hue angle of 207.37º 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 #308DDB is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 141 | 219 | - |
| CMYK | 0.78 | 0.36 | 0 | 0.14 |
| HSL | 207.37º | 0.7% | 0.52% | - |
| HSV(B) | 207.37º | 0.78% | 0.86% | - |
| XYZ | 23.53 | 24.79 | 70.56 | - |
| YUV | 122.09 | 182.69 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 141 | 219 | 0.78 | 0.36 | 0 | 0.14 | 207.37 | 0.7 | 0.52 |
| Hex | 30 | 8D | DB | 4E | 24 | 0 | E | CF | 46 | 34 |
| Octal | 60 | 215 | 333 | 116 | 44 | 0 | 16 | 317 | 106 | 64 |
| Binary | 110000 | 10001101 | 11011011 | 1001110 | 100100 | 0 | 1110 | 11001111 | 1000110 | 110100 |
Color Harmonies of #308DDB
Complementary color
Monochromatic Colors of #308DDB
Black with #308DDB
Text Example
Text Example
White with #308DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308DDB; }
p { color: rgb(48,141,219); }
H1.HeaderClassName
{
color: #308DDB;
}
.AnyTagClassName
{
color: #308DDB;
}
</style>
background-color css
<style>
a { background-color: #308DDB; }
a { background-color: rgb(48,141,219); }
div.DivClassName
{
background-color: #308DDB;
}
.BgClassName
{
background-color: #308DDB;
}
</style>
border-color css
<style>
span { border-color: #308DDB; }
span { border-color: rgb(48,141,219); }
td.TdClassName
{
border-color: #308DDB;
}
.TagClassName
{
border-color: #308DDB;
}
</style>