Shades of Pelorous #3091BC
Tints of Pelorous #3091BC
RGB
CMYK
RGB Variations
Color information
#3091BC (or 0x3091BC) is known color: Pelorous. HEX triplet: 30, 91 and BC. RGB value is (48,145,188). Sum of RGB (Red+Green+Blue) = 48+145+188=381 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.60% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #3091BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3091BC is #CF6E43. Grayscale: #787878. Windows color (decimal): -13594180 or 12357936. OLE color: 12357936.
HSL color Cylindrical-coordinate representation of color #3091BC: hue angle of 198.43º 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 #3091BC is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 145 | 188 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.26 |
| HSL | 198.43º | 0.59% | 0.46% | - |
| HSV(B) | 198.43º | 0.74% | 0.74% | - |
| XYZ | 20.42 | 24.51 | 51.23 | - |
| YUV | 120.9 | 165.86 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 188 | 0.74 | 0.23 | 0 | 0.26 | 198.43 | 0.59 | 0.46 |
| Hex | 30 | 91 | BC | 4A | 17 | 0 | 1A | C6 | 3B | 2E |
| Octal | 60 | 221 | 274 | 112 | 27 | 0 | 32 | 306 | 73 | 56 |
| Binary | 110000 | 10010001 | 10111100 | 1001010 | 10111 | 0 | 11010 | 11000110 | 111011 | 101110 |
Color Harmonies of #3091BC
Complementary color
Monochromatic Colors of #3091BC
Black with #3091BC
Text Example
Text Example
White with #3091BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3091BC; }
p { color: rgb(48,145,188); }
H1.HeaderClassName
{
color: #3091BC;
}
.AnyTagClassName
{
color: #3091BC;
}
</style>
background-color css
<style>
a { background-color: #3091BC; }
a { background-color: rgb(48,145,188); }
div.DivClassName
{
background-color: #3091BC;
}
.BgClassName
{
background-color: #3091BC;
}
</style>
border-color css
<style>
span { border-color: #3091BC; }
span { border-color: rgb(48,145,188); }
td.TdClassName
{
border-color: #3091BC;
}
.TagClassName
{
border-color: #3091BC;
}
</style>