Shades of Curious Blue #308DC9
Tints of Curious Blue #308DC9
RGB
CMYK
RGB Variations
Color information
#308DC9 (or 0x308DC9) is known color: Curious Blue. HEX triplet: 30, 8D and C9. RGB value is (48,141,201). Sum of RGB (Red+Green+Blue) = 48+141+201=390 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.31% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 201 (78.91% from 255 or 51.54% from 390); Max value from RGB is 201 - color contains mainly: blue. Hex color #308DC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308DC9 is #CF7236. Grayscale: #777777. Windows color (decimal): -13595191 or 13208880. OLE color: 13208880.
HSL color Cylindrical-coordinate representation of color #308DC9: hue angle of 203.53º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #308DC9 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 141 | 201 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.21 |
| HSL | 203.53º | 0.61% | 0.49% | - |
| HSV(B) | 203.53º | 0.76% | 0.79% | - |
| XYZ | 21.29 | 23.9 | 58.75 | - |
| YUV | 120.03 | 173.69 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 141 | 201 | 0.76 | 0.30 | 0 | 0.21 | 203.53 | 0.61 | 0.49 |
| Hex | 30 | 8D | C9 | 4C | 1E | 0 | 15 | CC | 3D | 31 |
| Octal | 60 | 215 | 311 | 114 | 36 | 0 | 25 | 314 | 75 | 61 |
| Binary | 110000 | 10001101 | 11001001 | 1001100 | 11110 | 0 | 10101 | 11001100 | 111101 | 110001 |
Color Harmonies of #308DC9
Complementary color
Monochromatic Colors of #308DC9
Black with #308DC9
Text Example
Text Example
White with #308DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308DC9; }
p { color: rgb(48,141,201); }
H1.HeaderClassName
{
color: #308DC9;
}
.AnyTagClassName
{
color: #308DC9;
}
</style>
background-color css
<style>
a { background-color: #308DC9; }
a { background-color: rgb(48,141,201); }
div.DivClassName
{
background-color: #308DC9;
}
.BgClassName
{
background-color: #308DC9;
}
</style>
border-color css
<style>
span { border-color: #308DC9; }
span { border-color: rgb(48,141,201); }
td.TdClassName
{
border-color: #308DC9;
}
.TagClassName
{
border-color: #308DC9;
}
</style>