Shades of Curious Blue #308DD5
Tints of Curious Blue #308DD5
RGB
CMYK
RGB Variations
Color information
#308DD5 (or 0x308DD5) is known color: Curious Blue. HEX triplet: 30, 8D and D5. RGB value is (48,141,213). Sum of RGB (Red+Green+Blue) = 48+141+213=402 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.94% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 213 (83.59% from 255 or 52.99% from 402); Max value from RGB is 213 - color contains mainly: blue. Hex color #308DD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308DD5 is #CF722A. Grayscale: #797979. Windows color (decimal): -13595179 or 13995312. OLE color: 13995312.
HSL color Cylindrical-coordinate representation of color #308DD5: hue angle of 206.18º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #308DD5 is Cyan = 0.77, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 141 | 213 | - |
| CMYK | 0.77 | 0.34 | 0 | 0.16 |
| HSL | 206.18º | 0.66% | 0.51% | - |
| HSV(B) | 206.18º | 0.77% | 0.84% | - |
| XYZ | 22.75 | 24.48 | 66.48 | - |
| YUV | 121.4 | 179.69 | 75.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 141 | 213 | 0.77 | 0.34 | 0 | 0.16 | 206.18 | 0.66 | 0.51 |
| Hex | 30 | 8D | D5 | 4D | 22 | 0 | 10 | CE | 42 | 33 |
| Octal | 60 | 215 | 325 | 115 | 42 | 0 | 20 | 316 | 102 | 63 |
| Binary | 110000 | 10001101 | 11010101 | 1001101 | 100010 | 0 | 10000 | 11001110 | 1000010 | 110011 |
Color Harmonies of #308DD5
Complementary color
Monochromatic Colors of #308DD5
Black with #308DD5
Text Example
Text Example
White with #308DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308DD5; }
p { color: rgb(48,141,213); }
H1.HeaderClassName
{
color: #308DD5;
}
.AnyTagClassName
{
color: #308DD5;
}
</style>
background-color css
<style>
a { background-color: #308DD5; }
a { background-color: rgb(48,141,213); }
div.DivClassName
{
background-color: #308DD5;
}
.BgClassName
{
background-color: #308DD5;
}
</style>
border-color css
<style>
span { border-color: #308DD5; }
span { border-color: rgb(48,141,213); }
td.TdClassName
{
border-color: #308DD5;
}
.TagClassName
{
border-color: #308DD5;
}
</style>