Shades of Pelorous #309FC0
Tints of Pelorous #309FC0
RGB
CMYK
RGB Variations
Color information
#309FC0 (or 0x309FC0) is known color: Pelorous. HEX triplet: 30, 9F and C0. RGB value is (48,159,192). Sum of RGB (Red+Green+Blue) = 48+159+192=399 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.03% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #309FC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309FC0 is #CF603F. Grayscale: #818181. Windows color (decimal): -13590592 or 12623664. OLE color: 12623664.
HSL color Cylindrical-coordinate representation of color #309FC0: hue angle of 193.75º 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 #309FC0 is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 159 | 192 | - |
| CMYK | 0.75 | 0.17 | 0 | 0.25 |
| HSL | 193.75º | 0.6% | 0.47% | - |
| HSV(B) | 193.75º | 0.75% | 0.75% | - |
| XYZ | 23.13 | 29.23 | 54.29 | - |
| YUV | 129.57 | 163.23 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 159 | 192 | 0.75 | 0.17 | 0 | 0.25 | 193.75 | 0.6 | 0.47 |
| Hex | 30 | 9F | C0 | 4B | 11 | 0 | 19 | C2 | 3C | 2F |
| Octal | 60 | 237 | 300 | 113 | 21 | 0 | 31 | 302 | 74 | 57 |
| Binary | 110000 | 10011111 | 11000000 | 1001011 | 10001 | 0 | 11001 | 11000010 | 111100 | 101111 |
Color Harmonies of #309FC0
Complementary color
Monochromatic Colors of #309FC0
Black with #309FC0
Text Example
Text Example
White with #309FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309FC0; }
p { color: rgb(48,159,192); }
H1.HeaderClassName
{
color: #309FC0;
}
.AnyTagClassName
{
color: #309FC0;
}
</style>
background-color css
<style>
a { background-color: #309FC0; }
a { background-color: rgb(48,159,192); }
div.DivClassName
{
background-color: #309FC0;
}
.BgClassName
{
background-color: #309FC0;
}
</style>
border-color css
<style>
span { border-color: #309FC0; }
span { border-color: rgb(48,159,192); }
td.TdClassName
{
border-color: #309FC0;
}
.TagClassName
{
border-color: #309FC0;
}
</style>