Shades of Pelorous #3095BC
Tints of Pelorous #3095BC
RGB
CMYK
RGB Variations
Color information
#3095BC (or 0x3095BC) is known color: Pelorous. HEX triplet: 30, 95 and BC. RGB value is (48,149,188). Sum of RGB (Red+Green+Blue) = 48+149+188=385 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.47% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #3095BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3095BC is #CF6A43. Grayscale: #7A7A7A. Windows color (decimal): -13593156 or 12358960. OLE color: 12358960.
HSL color Cylindrical-coordinate representation of color #3095BC: hue angle of 196.71º 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 #3095BC is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 149 | 188 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.26 |
| HSL | 196.71º | 0.59% | 0.46% | - |
| HSV(B) | 196.71º | 0.74% | 0.74% | - |
| XYZ | 21.04 | 25.75 | 51.44 | - |
| YUV | 123.25 | 164.54 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 149 | 188 | 0.74 | 0.21 | 0 | 0.26 | 196.71 | 0.59 | 0.46 |
| Hex | 30 | 95 | BC | 4A | 15 | 0 | 1A | C5 | 3B | 2E |
| Octal | 60 | 225 | 274 | 112 | 25 | 0 | 32 | 305 | 73 | 56 |
| Binary | 110000 | 10010101 | 10111100 | 1001010 | 10101 | 0 | 11010 | 11000101 | 111011 | 101110 |
Color Harmonies of #3095BC
Complementary color
Monochromatic Colors of #3095BC
Black with #3095BC
Text Example
Text Example
White with #3095BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3095BC; }
p { color: rgb(48,149,188); }
H1.HeaderClassName
{
color: #3095BC;
}
.AnyTagClassName
{
color: #3095BC;
}
</style>
background-color css
<style>
a { background-color: #3095BC; }
a { background-color: rgb(48,149,188); }
div.DivClassName
{
background-color: #3095BC;
}
.BgClassName
{
background-color: #3095BC;
}
</style>
border-color css
<style>
span { border-color: #3095BC; }
span { border-color: rgb(48,149,188); }
td.TdClassName
{
border-color: #3095BC;
}
.TagClassName
{
border-color: #3095BC;
}
</style>