Shades of Pelorous #3092BC
Tints of Pelorous #3092BC
RGB
CMYK
RGB Variations
Color information
#3092BC (or 0x3092BC) is known color: Pelorous. HEX triplet: 30, 92 and BC. RGB value is (48,146,188). Sum of RGB (Red+Green+Blue) = 48+146+188=382 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.57% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #3092BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3092BC is #CF6D43. Grayscale: #797979. Windows color (decimal): -13593924 or 12358192. OLE color: 12358192.
HSL color Cylindrical-coordinate representation of color #3092BC: hue angle of 198º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3092BC is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 146 | 188 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.26 |
| HSL | 198º | 0.59% | 0.46% | - |
| HSV(B) | 198º | 0.74% | 0.74% | - |
| XYZ | 20.57 | 24.82 | 51.28 | - |
| YUV | 121.49 | 165.53 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 146 | 188 | 0.74 | 0.22 | 0 | 0.26 | 198 | 0.59 | 0.46 |
| Hex | 30 | 92 | BC | 4A | 16 | 0 | 1A | C6 | 3B | 2E |
| Octal | 60 | 222 | 274 | 112 | 26 | 0 | 32 | 306 | 73 | 56 |
| Binary | 110000 | 10010010 | 10111100 | 1001010 | 10110 | 0 | 11010 | 11000110 | 111011 | 101110 |
Color Harmonies of #3092BC
Complementary color
Monochromatic Colors of #3092BC
Black with #3092BC
Text Example
Text Example
White with #3092BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3092BC; }
p { color: rgb(48,146,188); }
H1.HeaderClassName
{
color: #3092BC;
}
.AnyTagClassName
{
color: #3092BC;
}
</style>
background-color css
<style>
a { background-color: #3092BC; }
a { background-color: rgb(48,146,188); }
div.DivClassName
{
background-color: #3092BC;
}
.BgClassName
{
background-color: #3092BC;
}
</style>
border-color css
<style>
span { border-color: #3092BC; }
span { border-color: rgb(48,146,188); }
td.TdClassName
{
border-color: #3092BC;
}
.TagClassName
{
border-color: #3092BC;
}
</style>