Shades of Curious Blue #308FC6
Tints of Curious Blue #308FC6
RGB
CMYK
RGB Variations
Color information
#308FC6 (or 0x308FC6) is known color: Curious Blue. HEX triplet: 30, 8F and C6. RGB value is (48,143,198). Sum of RGB (Red+Green+Blue) = 48+143+198=389 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.34% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #308FC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308FC6 is #CF7039. Grayscale: #787878. Windows color (decimal): -13594682 or 13012784. OLE color: 13012784.
HSL color Cylindrical-coordinate representation of color #308FC6: hue angle of 202º 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 #308FC6 is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 143 | 198 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.22 |
| HSL | 202º | 0.61% | 0.48% | - |
| HSV(B) | 202º | 0.76% | 0.78% | - |
| XYZ | 21.23 | 24.35 | 57.01 | - |
| YUV | 120.87 | 171.53 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 143 | 198 | 0.76 | 0.28 | 0 | 0.22 | 202 | 0.61 | 0.48 |
| Hex | 30 | 8F | C6 | 4C | 1C | 0 | 16 | CA | 3D | 30 |
| Octal | 60 | 217 | 306 | 114 | 34 | 0 | 26 | 312 | 75 | 60 |
| Binary | 110000 | 10001111 | 11000110 | 1001100 | 11100 | 0 | 10110 | 11001010 | 111101 | 110000 |
Color Harmonies of #308FC6
Complementary color
Monochromatic Colors of #308FC6
Black with #308FC6
Text Example
Text Example
White with #308FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308FC6; }
p { color: rgb(48,143,198); }
H1.HeaderClassName
{
color: #308FC6;
}
.AnyTagClassName
{
color: #308FC6;
}
</style>
background-color css
<style>
a { background-color: #308FC6; }
a { background-color: rgb(48,143,198); }
div.DivClassName
{
background-color: #308FC6;
}
.BgClassName
{
background-color: #308FC6;
}
</style>
border-color css
<style>
span { border-color: #308FC6; }
span { border-color: rgb(48,143,198); }
td.TdClassName
{
border-color: #308FC6;
}
.TagClassName
{
border-color: #308FC6;
}
</style>