Shades of Curious Blue #308BC6
Tints of Curious Blue #308BC6
RGB
CMYK
RGB Variations
Color information
#308BC6 (or 0x308BC6) is known color: Curious Blue. HEX triplet: 30, 8B and C6. RGB value is (48,139,198). Sum of RGB (Red+Green+Blue) = 48+139+198=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 198 (77.73% from 255 or 51.43% from 385); Max value from RGB is 198 - color contains mainly: blue. Hex color #308BC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308BC6 is #CF7439. Grayscale: #767676. Windows color (decimal): -13595706 or 13011760. OLE color: 13011760.
HSL color Cylindrical-coordinate representation of color #308BC6: hue angle of 203.6º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #308BC6 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 139 | 198 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.22 |
| HSL | 203.6º | 0.61% | 0.48% | - |
| HSV(B) | 203.6º | 0.76% | 0.78% | - |
| XYZ | 20.64 | 23.17 | 56.81 | - |
| YUV | 118.52 | 172.85 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 139 | 198 | 0.76 | 0.30 | 0 | 0.22 | 203.6 | 0.61 | 0.48 |
| Hex | 30 | 8B | C6 | 4C | 1E | 0 | 16 | CC | 3D | 30 |
| Octal | 60 | 213 | 306 | 114 | 36 | 0 | 26 | 314 | 75 | 60 |
| Binary | 110000 | 10001011 | 11000110 | 1001100 | 11110 | 0 | 10110 | 11001100 | 111101 | 110000 |
Color Harmonies of #308BC6
Complementary color
Monochromatic Colors of #308BC6
Black with #308BC6
Text Example
Text Example
White with #308BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308BC6; }
p { color: rgb(48,139,198); }
H1.HeaderClassName
{
color: #308BC6;
}
.AnyTagClassName
{
color: #308BC6;
}
</style>
background-color css
<style>
a { background-color: #308BC6; }
a { background-color: rgb(48,139,198); }
div.DivClassName
{
background-color: #308BC6;
}
.BgClassName
{
background-color: #308BC6;
}
</style>
border-color css
<style>
span { border-color: #308BC6; }
span { border-color: rgb(48,139,198); }
td.TdClassName
{
border-color: #308BC6;
}
.TagClassName
{
border-color: #308BC6;
}
</style>