Shades of Pelorous #3099AB
Tints of Pelorous #3099AB
RGB
CMYK
RGB Variations
Color information
#3099AB (or 0x3099AB) is known color: Pelorous. HEX triplet: 30, 99 and AB. RGB value is (48,153,171). Sum of RGB (Red+Green+Blue) = 48+153+171=372 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.90% from 372); Green value is 153 (60.16% from 255 or 41.13% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #3099AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3099AB is #CF6654. Grayscale: #7B7B7B. Windows color (decimal): -13592149 or 11245872. OLE color: 11245872.
HSL color Cylindrical-coordinate representation of color #3099AB: hue angle of 188.78º 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 #3099AB is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 153 | 171 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.33 |
| HSL | 188.78º | 0.56% | 0.43% | - |
| HSV(B) | 188.78º | 0.72% | 0.67% | - |
| XYZ | 19.96 | 26.35 | 42.56 | - |
| YUV | 123.66 | 154.71 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 153 | 171 | 0.72 | 0.11 | 0 | 0.33 | 188.78 | 0.56 | 0.43 |
| Hex | 30 | 99 | AB | 48 | B | 0 | 21 | BD | 38 | 2B |
| Octal | 60 | 231 | 253 | 110 | 13 | 0 | 41 | 275 | 70 | 53 |
| Binary | 110000 | 10011001 | 10101011 | 1001000 | 1011 | 0 | 100001 | 10111101 | 111000 | 101011 |
Color Harmonies of #3099AB
Complementary color
Monochromatic Colors of #3099AB
Black with #3099AB
Text Example
Text Example
White with #3099AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3099AB; }
p { color: rgb(48,153,171); }
H1.HeaderClassName
{
color: #3099AB;
}
.AnyTagClassName
{
color: #3099AB;
}
</style>
background-color css
<style>
a { background-color: #3099AB; }
a { background-color: rgb(48,153,171); }
div.DivClassName
{
background-color: #3099AB;
}
.BgClassName
{
background-color: #3099AB;
}
</style>
border-color css
<style>
span { border-color: #3099AB; }
span { border-color: rgb(48,153,171); }
td.TdClassName
{
border-color: #3099AB;
}
.TagClassName
{
border-color: #3099AB;
}
</style>