Shades of Pelorous #3099AC
Tints of Pelorous #3099AC
RGB
CMYK
RGB Variations
Color information
#3099AC (or 0x3099AC) is known color: Pelorous. HEX triplet: 30, 99 and AC. RGB value is (48,153,172). Sum of RGB (Red+Green+Blue) = 48+153+172=373 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.87% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #3099AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3099AC is #CF6653. Grayscale: #7B7B7B. Windows color (decimal): -13592148 or 11311408. OLE color: 11311408.
HSL color Cylindrical-coordinate representation of color #3099AC: hue angle of 189.19º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3099AC is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 153 | 172 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.33 |
| HSL | 189.19º | 0.56% | 0.43% | - |
| HSV(B) | 189.19º | 0.72% | 0.67% | - |
| XYZ | 20.06 | 26.39 | 43.07 | - |
| YUV | 123.77 | 155.21 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 153 | 172 | 0.72 | 0.11 | 0 | 0.33 | 189.19 | 0.56 | 0.43 |
| Hex | 30 | 99 | AC | 48 | B | 0 | 21 | BD | 38 | 2B |
| Octal | 60 | 231 | 254 | 110 | 13 | 0 | 41 | 275 | 70 | 53 |
| Binary | 110000 | 10011001 | 10101100 | 1001000 | 1011 | 0 | 100001 | 10111101 | 111000 | 101011 |
Color Harmonies of #3099AC
Complementary color
Monochromatic Colors of #3099AC
Black with #3099AC
Text Example
Text Example
White with #3099AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3099AC; }
p { color: rgb(48,153,172); }
H1.HeaderClassName
{
color: #3099AC;
}
.AnyTagClassName
{
color: #3099AC;
}
</style>
background-color css
<style>
a { background-color: #3099AC; }
a { background-color: rgb(48,153,172); }
div.DivClassName
{
background-color: #3099AC;
}
.BgClassName
{
background-color: #3099AC;
}
</style>
border-color css
<style>
span { border-color: #3099AC; }
span { border-color: rgb(48,153,172); }
td.TdClassName
{
border-color: #3099AC;
}
.TagClassName
{
border-color: #3099AC;
}
</style>