Shades of Pelorous #309EC8
Tints of Pelorous #309EC8
RGB
CMYK
RGB Variations
Color information
#309EC8 (or 0x309EC8) is known color: Pelorous. HEX triplet: 30, 9E and C8. RGB value is (48,158,200). Sum of RGB (Red+Green+Blue) = 48+158+200=406 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.82% from 406); Green value is 158 (62.11% from 255 or 38.92% from 406); Blue value is 200 (78.52% from 255 or 49.26% from 406); Max value from RGB is 200 - color contains mainly: blue. Hex color #309EC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309EC8 is #CF6137. Grayscale: #818181. Windows color (decimal): -13590840 or 13147696. OLE color: 13147696.
HSL color Cylindrical-coordinate representation of color #309EC8: hue angle of 196.58º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #309EC8 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 158 | 200 | - |
| CMYK | 0.76 | 0.21 | 0 | 0.22 |
| HSL | 196.58º | 0.61% | 0.49% | - |
| HSV(B) | 196.58º | 0.76% | 0.78% | - |
| XYZ | 23.87 | 29.25 | 59.03 | - |
| YUV | 129.9 | 167.56 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 158 | 200 | 0.76 | 0.21 | 0 | 0.22 | 196.58 | 0.61 | 0.49 |
| Hex | 30 | 9E | C8 | 4C | 15 | 0 | 16 | C5 | 3D | 31 |
| Octal | 60 | 236 | 310 | 114 | 25 | 0 | 26 | 305 | 75 | 61 |
| Binary | 110000 | 10011110 | 11001000 | 1001100 | 10101 | 0 | 10110 | 11000101 | 111101 | 110001 |
Color Harmonies of #309EC8
Complementary color
Monochromatic Colors of #309EC8
Black with #309EC8
Text Example
Text Example
White with #309EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309EC8; }
p { color: rgb(48,158,200); }
H1.HeaderClassName
{
color: #309EC8;
}
.AnyTagClassName
{
color: #309EC8;
}
</style>
background-color css
<style>
a { background-color: #309EC8; }
a { background-color: rgb(48,158,200); }
div.DivClassName
{
background-color: #309EC8;
}
.BgClassName
{
background-color: #309EC8;
}
</style>
border-color css
<style>
span { border-color: #309EC8; }
span { border-color: rgb(48,158,200); }
td.TdClassName
{
border-color: #309EC8;
}
.TagClassName
{
border-color: #309EC8;
}
</style>