Shades of Pelorous #3094BB
Tints of Pelorous #3094BB
RGB
CMYK
RGB Variations
Color information
#3094BB (or 0x3094BB) is known color: Pelorous. HEX triplet: 30, 94 and BB. RGB value is (48,148,187). Sum of RGB (Red+Green+Blue) = 48+148+187=383 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.53% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #3094BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3094BB is #CF6B44. Grayscale: #7A7A7A. Windows color (decimal): -13593413 or 12293168. OLE color: 12293168.
HSL color Cylindrical-coordinate representation of color #3094BB: hue angle of 196.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 #3094BB is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 148 | 187 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.27 |
| HSL | 196.83º | 0.59% | 0.46% | - |
| HSV(B) | 196.83º | 0.74% | 0.73% | - |
| XYZ | 20.78 | 25.4 | 50.82 | - |
| YUV | 122.55 | 164.37 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 148 | 187 | 0.74 | 0.21 | 0 | 0.27 | 196.83 | 0.59 | 0.46 |
| Hex | 30 | 94 | BB | 4A | 15 | 0 | 1B | C5 | 3B | 2E |
| Octal | 60 | 224 | 273 | 112 | 25 | 0 | 33 | 305 | 73 | 56 |
| Binary | 110000 | 10010100 | 10111011 | 1001010 | 10101 | 0 | 11011 | 11000101 | 111011 | 101110 |
Color Harmonies of #3094BB
Complementary color
Monochromatic Colors of #3094BB
Black with #3094BB
Text Example
Text Example
White with #3094BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3094BB; }
p { color: rgb(48,148,187); }
H1.HeaderClassName
{
color: #3094BB;
}
.AnyTagClassName
{
color: #3094BB;
}
</style>
background-color css
<style>
a { background-color: #3094BB; }
a { background-color: rgb(48,148,187); }
div.DivClassName
{
background-color: #3094BB;
}
.BgClassName
{
background-color: #3094BB;
}
</style>
border-color css
<style>
span { border-color: #3094BB; }
span { border-color: rgb(48,148,187); }
td.TdClassName
{
border-color: #3094BB;
}
.TagClassName
{
border-color: #3094BB;
}
</style>