Shades of Pelorous #3099AA
Tints of Pelorous #3099AA
RGB
CMYK
RGB Variations
Color information
#3099AA (or 0x3099AA) is known color: Pelorous. HEX triplet: 30, 99 and AA. RGB value is (48,153,170). Sum of RGB (Red+Green+Blue) = 48+153+170=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #3099AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3099AA is #CF6655. Grayscale: #7B7B7B. Windows color (decimal): -13592150 or 11180336. OLE color: 11180336.
HSL color Cylindrical-coordinate representation of color #3099AA: hue angle of 188.36º 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 #3099AA is Cyan = 0.72, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 153 | 170 | - |
| CMYK | 0.72 | 0.1 | 0 | 0.33 |
| HSL | 188.36º | 0.56% | 0.43% | - |
| HSV(B) | 188.36º | 0.72% | 0.67% | - |
| XYZ | 19.87 | 26.31 | 42.06 | - |
| YUV | 123.54 | 154.21 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 153 | 170 | 0.72 | 0.1 | 0 | 0.33 | 188.36 | 0.56 | 0.43 |
| Hex | 30 | 99 | AA | 48 | A | 0 | 21 | BC | 38 | 2B |
| Octal | 60 | 231 | 252 | 110 | 12 | 0 | 41 | 274 | 70 | 53 |
| Binary | 110000 | 10011001 | 10101010 | 1001000 | 1010 | 0 | 100001 | 10111100 | 111000 | 101011 |
Color Harmonies of #3099AA
Complementary color
Monochromatic Colors of #3099AA
Black with #3099AA
Text Example
Text Example
White with #3099AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3099AA; }
p { color: rgb(48,153,170); }
H1.HeaderClassName
{
color: #3099AA;
}
.AnyTagClassName
{
color: #3099AA;
}
</style>
background-color css
<style>
a { background-color: #3099AA; }
a { background-color: rgb(48,153,170); }
div.DivClassName
{
background-color: #3099AA;
}
.BgClassName
{
background-color: #3099AA;
}
</style>
border-color css
<style>
span { border-color: #3099AA; }
span { border-color: rgb(48,153,170); }
td.TdClassName
{
border-color: #3099AA;
}
.TagClassName
{
border-color: #3099AA;
}
</style>