Shades of Curious Blue #308EC9
Tints of Curious Blue #308EC9
RGB
CMYK
RGB Variations
Color information
#308EC9 (or 0x308EC9) is known color: Curious Blue. HEX triplet: 30, 8E and C9. RGB value is (48,142,201). Sum of RGB (Red+Green+Blue) = 48+142+201=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #308EC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308EC9 is #CF7136. Grayscale: #787878. Windows color (decimal): -13594935 or 13209136. OLE color: 13209136.
HSL color Cylindrical-coordinate representation of color #308EC9: hue angle of 203.14º 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 #308EC9 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 48 | 142 | 201 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.21 |
| HSL | 203.14º | 0.61% | 0.49% | - |
| HSV(B) | 203.14º | 0.76% | 0.79% | - |
| XYZ | 21.43 | 24.19 | 58.8 | - |
| YUV | 120.62 | 173.36 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 142 | 201 | 0.76 | 0.29 | 0 | 0.21 | 203.14 | 0.61 | 0.49 |
| Hex | 30 | 8E | C9 | 4C | 1D | 0 | 15 | CB | 3D | 31 |
| Octal | 60 | 216 | 311 | 114 | 35 | 0 | 25 | 313 | 75 | 61 |
| Binary | 110000 | 10001110 | 11001001 | 1001100 | 11101 | 0 | 10101 | 11001011 | 111101 | 110001 |
Color Harmonies of #308EC9
Complementary color
Monochromatic Colors of #308EC9
Black with #308EC9
Text Example
Text Example
White with #308EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308EC9; }
p { color: rgb(48,142,201); }
H1.HeaderClassName
{
color: #308EC9;
}
.AnyTagClassName
{
color: #308EC9;
}
</style>
background-color css
<style>
a { background-color: #308EC9; }
a { background-color: rgb(48,142,201); }
div.DivClassName
{
background-color: #308EC9;
}
.BgClassName
{
background-color: #308EC9;
}
</style>
border-color css
<style>
span { border-color: #308EC9; }
span { border-color: rgb(48,142,201); }
td.TdClassName
{
border-color: #308EC9;
}
.TagClassName
{
border-color: #308EC9;
}
</style>