Shades of Curious Blue #308BC0
Tints of Curious Blue #308BC0
RGB
CMYK
RGB Variations
Color information
#308BC0 (or 0x308BC0) is known color: Curious Blue. HEX triplet: 30, 8B and C0. RGB value is (48,139,192). Sum of RGB (Red+Green+Blue) = 48+139+192=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 192 (75.39% from 255 or 50.66% from 379); Max value from RGB is 192 - color contains mainly: blue. Hex color #308BC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308BC0 is #CF743F. Grayscale: #757575. Windows color (decimal): -13595712 or 12618544. OLE color: 12618544.
HSL color Cylindrical-coordinate representation of color #308BC0: hue angle of 202.08º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #308BC0 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 139 | 192 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.25 |
| HSL | 202.08º | 0.6% | 0.47% | - |
| HSV(B) | 202.08º | 0.75% | 0.75% | - |
| XYZ | 19.97 | 22.9 | 53.24 | - |
| YUV | 117.83 | 169.85 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 139 | 192 | 0.75 | 0.28 | 0 | 0.25 | 202.08 | 0.6 | 0.47 |
| Hex | 30 | 8B | C0 | 4B | 1C | 0 | 19 | CA | 3C | 2F |
| Octal | 60 | 213 | 300 | 113 | 34 | 0 | 31 | 312 | 74 | 57 |
| Binary | 110000 | 10001011 | 11000000 | 1001011 | 11100 | 0 | 11001 | 11001010 | 111100 | 101111 |
Color Harmonies of #308BC0
Complementary color
Monochromatic Colors of #308BC0
Black with #308BC0
Text Example
Text Example
White with #308BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308BC0; }
p { color: rgb(48,139,192); }
H1.HeaderClassName
{
color: #308BC0;
}
.AnyTagClassName
{
color: #308BC0;
}
</style>
background-color css
<style>
a { background-color: #308BC0; }
a { background-color: rgb(48,139,192); }
div.DivClassName
{
background-color: #308BC0;
}
.BgClassName
{
background-color: #308BC0;
}
</style>
border-color css
<style>
span { border-color: #308BC0; }
span { border-color: rgb(48,139,192); }
td.TdClassName
{
border-color: #308BC0;
}
.TagClassName
{
border-color: #308BC0;
}
</style>