Shades of Pelorous #3097BC
Tints of Pelorous #3097BC
RGB
CMYK
RGB Variations
Color information
#3097BC (or 0x3097BC) is known color: Pelorous. HEX triplet: 30, 97 and BC. RGB value is (48,151,188). Sum of RGB (Red+Green+Blue) = 48+151+188=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #3097BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3097BC is #CF6843. Grayscale: #7C7C7C. Windows color (decimal): -13592644 or 12359472. OLE color: 12359472.
HSL color Cylindrical-coordinate representation of color #3097BC: hue angle of 195.86º 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 #3097BC is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 151 | 188 | - |
| CMYK | 0.74 | 0.20 | 0 | 0.26 |
| HSL | 195.86º | 0.59% | 0.46% | - |
| HSV(B) | 195.86º | 0.74% | 0.74% | - |
| XYZ | 21.36 | 26.39 | 51.55 | - |
| YUV | 124.42 | 163.88 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 151 | 188 | 0.74 | 0.20 | 0 | 0.26 | 195.86 | 0.59 | 0.46 |
| Hex | 30 | 97 | BC | 4A | 14 | 0 | 1A | C4 | 3B | 2E |
| Octal | 60 | 227 | 274 | 112 | 24 | 0 | 32 | 304 | 73 | 56 |
| Binary | 110000 | 10010111 | 10111100 | 1001010 | 10100 | 0 | 11010 | 11000100 | 111011 | 101110 |
Color Harmonies of #3097BC
Complementary color
Monochromatic Colors of #3097BC
Black with #3097BC
Text Example
Text Example
White with #3097BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3097BC; }
p { color: rgb(48,151,188); }
H1.HeaderClassName
{
color: #3097BC;
}
.AnyTagClassName
{
color: #3097BC;
}
</style>
background-color css
<style>
a { background-color: #3097BC; }
a { background-color: rgb(48,151,188); }
div.DivClassName
{
background-color: #3097BC;
}
.BgClassName
{
background-color: #3097BC;
}
</style>
border-color css
<style>
span { border-color: #3097BC; }
span { border-color: rgb(48,151,188); }
td.TdClassName
{
border-color: #3097BC;
}
.TagClassName
{
border-color: #3097BC;
}
</style>