Shades of Pelorous #3094C0
Tints of Pelorous #3094C0
RGB
CMYK
RGB Variations
Color information
#3094C0 (or 0x3094C0) is known color: Pelorous. HEX triplet: 30, 94 and C0. RGB value is (48,148,192). Sum of RGB (Red+Green+Blue) = 48+148+192=388 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.37% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #3094C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3094C0 is #CF6B3F. Grayscale: #7A7A7A. Windows color (decimal): -13593408 or 12620848. OLE color: 12620848.
HSL color Cylindrical-coordinate representation of color #3094C0: hue angle of 198.33º 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 #3094C0 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 148 | 192 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.25 |
| HSL | 198.33º | 0.6% | 0.47% | - |
| HSV(B) | 198.33º | 0.75% | 0.75% | - |
| XYZ | 21.32 | 25.61 | 53.69 | - |
| YUV | 123.12 | 166.87 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 148 | 192 | 0.75 | 0.23 | 0 | 0.25 | 198.33 | 0.6 | 0.47 |
| Hex | 30 | 94 | C0 | 4B | 17 | 0 | 19 | C6 | 3C | 2F |
| Octal | 60 | 224 | 300 | 113 | 27 | 0 | 31 | 306 | 74 | 57 |
| Binary | 110000 | 10010100 | 11000000 | 1001011 | 10111 | 0 | 11001 | 11000110 | 111100 | 101111 |
Color Harmonies of #3094C0
Complementary color
Monochromatic Colors of #3094C0
Black with #3094C0
Text Example
Text Example
White with #3094C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3094C0; }
p { color: rgb(48,148,192); }
H1.HeaderClassName
{
color: #3094C0;
}
.AnyTagClassName
{
color: #3094C0;
}
</style>
background-color css
<style>
a { background-color: #3094C0; }
a { background-color: rgb(48,148,192); }
div.DivClassName
{
background-color: #3094C0;
}
.BgClassName
{
background-color: #3094C0;
}
</style>
border-color css
<style>
span { border-color: #3094C0; }
span { border-color: rgb(48,148,192); }
td.TdClassName
{
border-color: #3094C0;
}
.TagClassName
{
border-color: #3094C0;
}
</style>