Shades of Pelorous #309EC0
Tints of Pelorous #309EC0
RGB
CMYK
RGB Variations
Color information
#309EC0 (or 0x309EC0) is known color: Pelorous. HEX triplet: 30, 9E and C0. RGB value is (48,158,192). Sum of RGB (Red+Green+Blue) = 48+158+192=398 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.06% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #309EC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309EC0 is #CF613F. Grayscale: #808080. Windows color (decimal): -13590848 or 12623408. OLE color: 12623408.
HSL color Cylindrical-coordinate representation of color #309EC0: hue angle of 194.17º 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 #309EC0 is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 158 | 192 | - |
| CMYK | 0.75 | 0.18 | 0 | 0.25 |
| HSL | 194.17º | 0.6% | 0.47% | - |
| HSV(B) | 194.17º | 0.75% | 0.75% | - |
| XYZ | 22.96 | 28.89 | 54.23 | - |
| YUV | 128.99 | 163.56 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 158 | 192 | 0.75 | 0.18 | 0 | 0.25 | 194.17 | 0.6 | 0.47 |
| Hex | 30 | 9E | C0 | 4B | 12 | 0 | 19 | C2 | 3C | 2F |
| Octal | 60 | 236 | 300 | 113 | 22 | 0 | 31 | 302 | 74 | 57 |
| Binary | 110000 | 10011110 | 11000000 | 1001011 | 10010 | 0 | 11001 | 11000010 | 111100 | 101111 |
Color Harmonies of #309EC0
Complementary color
Monochromatic Colors of #309EC0
Black with #309EC0
Text Example
Text Example
White with #309EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309EC0; }
p { color: rgb(48,158,192); }
H1.HeaderClassName
{
color: #309EC0;
}
.AnyTagClassName
{
color: #309EC0;
}
</style>
background-color css
<style>
a { background-color: #309EC0; }
a { background-color: rgb(48,158,192); }
div.DivClassName
{
background-color: #309EC0;
}
.BgClassName
{
background-color: #309EC0;
}
</style>
border-color css
<style>
span { border-color: #309EC0; }
span { border-color: rgb(48,158,192); }
td.TdClassName
{
border-color: #309EC0;
}
.TagClassName
{
border-color: #309EC0;
}
</style>