Shades of Pelorous #3099C5
Tints of Pelorous #3099C5
RGB
CMYK
RGB Variations
Color information
#3099C5 (or 0x3099C5) is known color: Pelorous. HEX triplet: 30, 99 and C5. RGB value is (48,153,197). Sum of RGB (Red+Green+Blue) = 48+153+197=398 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.06% from 398); Green value is 153 (60.16% from 255 or 38.44% from 398); Blue value is 197 (77.34% from 255 or 49.50% from 398); Max value from RGB is 197 - color contains mainly: blue. Hex color #3099C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3099C5 is #CF663A. Grayscale: #7E7E7E. Windows color (decimal): -13592123 or 12949808. OLE color: 12949808.
HSL color Cylindrical-coordinate representation of color #3099C5: hue angle of 197.72º 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 #3099C5 is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 48 | 153 | 197 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.23 |
| HSL | 197.72º | 0.61% | 0.48% | - |
| HSV(B) | 197.72º | 0.76% | 0.77% | - |
| XYZ | 22.69 | 27.44 | 56.92 | - |
| YUV | 126.62 | 167.71 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 153 | 197 | 0.76 | 0.22 | 0 | 0.23 | 197.72 | 0.61 | 0.48 |
| Hex | 30 | 99 | C5 | 4C | 16 | 0 | 17 | C6 | 3D | 30 |
| Octal | 60 | 231 | 305 | 114 | 26 | 0 | 27 | 306 | 75 | 60 |
| Binary | 110000 | 10011001 | 11000101 | 1001100 | 10110 | 0 | 10111 | 11000110 | 111101 | 110000 |
Color Harmonies of #3099C5
Complementary color
Monochromatic Colors of #3099C5
Black with #3099C5
Text Example
Text Example
White with #3099C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3099C5; }
p { color: rgb(48,153,197); }
H1.HeaderClassName
{
color: #3099C5;
}
.AnyTagClassName
{
color: #3099C5;
}
</style>
background-color css
<style>
a { background-color: #3099C5; }
a { background-color: rgb(48,153,197); }
div.DivClassName
{
background-color: #3099C5;
}
.BgClassName
{
background-color: #3099C5;
}
</style>
border-color css
<style>
span { border-color: #3099C5; }
span { border-color: rgb(48,153,197); }
td.TdClassName
{
border-color: #3099C5;
}
.TagClassName
{
border-color: #3099C5;
}
</style>