Shades of Curious Blue #308ADB
Tints of Curious Blue #308ADB
RGB
CMYK
RGB Variations
Color information
#308ADB (or 0x308ADB) is known color: Curious Blue. HEX triplet: 30, 8A and DB. RGB value is (48,138,219). Sum of RGB (Red+Green+Blue) = 48+138+219=405 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.85% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #308ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308ADB is #CF7524. Grayscale: #777777. Windows color (decimal): -13595941 or 14387760. OLE color: 14387760.
HSL color Cylindrical-coordinate representation of color #308ADB: hue angle of 208.42º 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 #308ADB is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 138 | 219 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.14 |
| HSL | 208.42º | 0.7% | 0.52% | - |
| HSV(B) | 208.42º | 0.78% | 0.86% | - |
| XYZ | 23.09 | 23.92 | 70.42 | - |
| YUV | 120.32 | 183.68 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 138 | 219 | 0.78 | 0.37 | 0 | 0.14 | 208.42 | 0.7 | 0.52 |
| Hex | 30 | 8A | DB | 4E | 25 | 0 | E | D0 | 46 | 34 |
| Octal | 60 | 212 | 333 | 116 | 45 | 0 | 16 | 320 | 106 | 64 |
| Binary | 110000 | 10001010 | 11011011 | 1001110 | 100101 | 0 | 1110 | 11010000 | 1000110 | 110100 |
Color Harmonies of #308ADB
Complementary color
Monochromatic Colors of #308ADB
Black with #308ADB
Text Example
Text Example
White with #308ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308ADB; }
p { color: rgb(48,138,219); }
H1.HeaderClassName
{
color: #308ADB;
}
.AnyTagClassName
{
color: #308ADB;
}
</style>
background-color css
<style>
a { background-color: #308ADB; }
a { background-color: rgb(48,138,219); }
div.DivClassName
{
background-color: #308ADB;
}
.BgClassName
{
background-color: #308ADB;
}
</style>
border-color css
<style>
span { border-color: #308ADB; }
span { border-color: rgb(48,138,219); }
td.TdClassName
{
border-color: #308ADB;
}
.TagClassName
{
border-color: #308ADB;
}
</style>