Shades of Pelorous #3091BA
Tints of Pelorous #3091BA
RGB
CMYK
RGB Variations
Color information
#3091BA (or 0x3091BA) is known color: Pelorous. HEX triplet: 30, 91 and BA. RGB value is (48,145,186). Sum of RGB (Red+Green+Blue) = 48+145+186=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #3091BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3091BA is #CF6E45. Grayscale: #787878. Windows color (decimal): -13594182 or 12226864. OLE color: 12226864.
HSL color Cylindrical-coordinate representation of color #3091BA: hue angle of 197.83º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3091BA is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 145 | 186 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.27 |
| HSL | 197.83º | 0.59% | 0.46% | - |
| HSV(B) | 197.83º | 0.74% | 0.73% | - |
| XYZ | 20.21 | 24.42 | 50.1 | - |
| YUV | 120.67 | 164.86 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 186 | 0.74 | 0.22 | 0 | 0.27 | 197.83 | 0.59 | 0.46 |
| Hex | 30 | 91 | BA | 4A | 16 | 0 | 1B | C6 | 3B | 2E |
| Octal | 60 | 221 | 272 | 112 | 26 | 0 | 33 | 306 | 73 | 56 |
| Binary | 110000 | 10010001 | 10111010 | 1001010 | 10110 | 0 | 11011 | 11000110 | 111011 | 101110 |
Color Harmonies of #3091BA
Complementary color
Monochromatic Colors of #3091BA
Black with #3091BA
Text Example
Text Example
White with #3091BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3091BA; }
p { color: rgb(48,145,186); }
H1.HeaderClassName
{
color: #3091BA;
}
.AnyTagClassName
{
color: #3091BA;
}
</style>
background-color css
<style>
a { background-color: #3091BA; }
a { background-color: rgb(48,145,186); }
div.DivClassName
{
background-color: #3091BA;
}
.BgClassName
{
background-color: #3091BA;
}
</style>
border-color css
<style>
span { border-color: #3091BA; }
span { border-color: rgb(48,145,186); }
td.TdClassName
{
border-color: #3091BA;
}
.TagClassName
{
border-color: #3091BA;
}
</style>