Shades of Pelorous #3097B8
Tints of Pelorous #3097B8
RGB
CMYK
RGB Variations
Color information
#3097B8 (or 0x3097B8) is known color: Pelorous. HEX triplet: 30, 97 and B8. RGB value is (48,151,184). Sum of RGB (Red+Green+Blue) = 48+151+184=383 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.53% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 184 (72.27% from 255 or 48.04% from 383); Max value from RGB is 184 - color contains mainly: blue. Hex color #3097B8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3097B8 is #CF6847. Grayscale: #7B7B7B. Windows color (decimal): -13592648 or 12097328. OLE color: 12097328.
HSL color Cylindrical-coordinate representation of color #3097B8: hue angle of 194.56º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3097B8 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 151 | 184 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.28 |
| HSL | 194.56º | 0.59% | 0.45% | - |
| HSV(B) | 194.56º | 0.74% | 0.72% | - |
| XYZ | 20.94 | 26.22 | 49.31 | - |
| YUV | 123.97 | 161.88 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 151 | 184 | 0.74 | 0.18 | 0 | 0.28 | 194.56 | 0.59 | 0.45 |
| Hex | 30 | 97 | B8 | 4A | 12 | 0 | 1C | C3 | 3B | 2D |
| Octal | 60 | 227 | 270 | 112 | 22 | 0 | 34 | 303 | 73 | 55 |
| Binary | 110000 | 10010111 | 10111000 | 1001010 | 10010 | 0 | 11100 | 11000011 | 111011 | 101101 |
Color Harmonies of #3097B8
Complementary color
Monochromatic Colors of #3097B8
Black with #3097B8
Text Example
Text Example
White with #3097B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3097B8; }
p { color: rgb(48,151,184); }
H1.HeaderClassName
{
color: #3097B8;
}
.AnyTagClassName
{
color: #3097B8;
}
</style>
background-color css
<style>
a { background-color: #3097B8; }
a { background-color: rgb(48,151,184); }
div.DivClassName
{
background-color: #3097B8;
}
.BgClassName
{
background-color: #3097B8;
}
</style>
border-color css
<style>
span { border-color: #3097B8; }
span { border-color: rgb(48,151,184); }
td.TdClassName
{
border-color: #3097B8;
}
.TagClassName
{
border-color: #3097B8;
}
</style>