Shades of Curious Blue #308BC5
Tints of Curious Blue #308BC5
RGB
CMYK
RGB Variations
Color information
#308BC5 (or 0x308BC5) is known color: Curious Blue. HEX triplet: 30, 8B and C5. RGB value is (48,139,197). Sum of RGB (Red+Green+Blue) = 48+139+197=384 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.5% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 197 (77.34% from 255 or 51.30% from 384); Max value from RGB is 197 - color contains mainly: blue. Hex color #308BC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308BC5 is #CF743A. Grayscale: #767676. Windows color (decimal): -13595707 or 12946224. OLE color: 12946224.
HSL color Cylindrical-coordinate representation of color #308BC5: hue angle of 203.36º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #308BC5 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 48 | 139 | 197 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.23 |
| HSL | 203.36º | 0.61% | 0.48% | - |
| HSV(B) | 203.36º | 0.76% | 0.77% | - |
| XYZ | 20.53 | 23.12 | 56.2 | - |
| YUV | 118.4 | 172.35 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 139 | 197 | 0.76 | 0.29 | 0 | 0.23 | 203.36 | 0.61 | 0.48 |
| Hex | 30 | 8B | C5 | 4C | 1D | 0 | 17 | CB | 3D | 30 |
| Octal | 60 | 213 | 305 | 114 | 35 | 0 | 27 | 313 | 75 | 60 |
| Binary | 110000 | 10001011 | 11000101 | 1001100 | 11101 | 0 | 10111 | 11001011 | 111101 | 110000 |
Color Harmonies of #308BC5
Complementary color
Monochromatic Colors of #308BC5
Black with #308BC5
Text Example
Text Example
White with #308BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308BC5; }
p { color: rgb(48,139,197); }
H1.HeaderClassName
{
color: #308BC5;
}
.AnyTagClassName
{
color: #308BC5;
}
</style>
background-color css
<style>
a { background-color: #308BC5; }
a { background-color: rgb(48,139,197); }
div.DivClassName
{
background-color: #308BC5;
}
.BgClassName
{
background-color: #308BC5;
}
</style>
border-color css
<style>
span { border-color: #308BC5; }
span { border-color: rgb(48,139,197); }
td.TdClassName
{
border-color: #308BC5;
}
.TagClassName
{
border-color: #308BC5;
}
</style>