Shades of Pelorous #3099AD
Tints of Pelorous #3099AD
RGB
CMYK
RGB Variations
Color information
#3099AD (or 0x3099AD) is known color: Pelorous. HEX triplet: 30, 99 and AD. RGB value is (48,153,173). Sum of RGB (Red+Green+Blue) = 48+153+173=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #3099AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3099AD is #CF6652. Grayscale: #7B7B7B. Windows color (decimal): -13592147 or 11376944. OLE color: 11376944.
HSL color Cylindrical-coordinate representation of color #3099AD: hue angle of 189.6º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3099AD is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 153 | 173 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.32 |
| HSL | 189.6º | 0.57% | 0.43% | - |
| HSV(B) | 189.6º | 0.72% | 0.68% | - |
| XYZ | 20.15 | 26.43 | 43.57 | - |
| YUV | 123.89 | 155.71 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 153 | 173 | 0.72 | 0.12 | 0 | 0.32 | 189.6 | 0.57 | 0.43 |
| Hex | 30 | 99 | AD | 48 | C | 0 | 20 | BE | 39 | 2B |
| Octal | 60 | 231 | 255 | 110 | 14 | 0 | 40 | 276 | 71 | 53 |
| Binary | 110000 | 10011001 | 10101101 | 1001000 | 1100 | 0 | 100000 | 10111110 | 111001 | 101011 |
Color Harmonies of #3099AD
Complementary color
Monochromatic Colors of #3099AD
Black with #3099AD
Text Example
Text Example
White with #3099AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3099AD; }
p { color: rgb(48,153,173); }
H1.HeaderClassName
{
color: #3099AD;
}
.AnyTagClassName
{
color: #3099AD;
}
</style>
background-color css
<style>
a { background-color: #3099AD; }
a { background-color: rgb(48,153,173); }
div.DivClassName
{
background-color: #3099AD;
}
.BgClassName
{
background-color: #3099AD;
}
</style>
border-color css
<style>
span { border-color: #3099AD; }
span { border-color: rgb(48,153,173); }
td.TdClassName
{
border-color: #3099AD;
}
.TagClassName
{
border-color: #3099AD;
}
</style>