Shades of Pelorous #3090AF
Tints of Pelorous #3090AF
RGB
CMYK
RGB Variations
Color information
#3090AF (or 0x3090AF) is known color: Pelorous. HEX triplet: 30, 90 and AF. RGB value is (48,144,175). Sum of RGB (Red+Green+Blue) = 48+144+175=367 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.08% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #3090AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3090AF is #CF6F50. Grayscale: #767676. Windows color (decimal): -13594449 or 11505712. OLE color: 11505712.
HSL color Cylindrical-coordinate representation of color #3090AF: hue angle of 194.65º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3090AF is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 144 | 175 | - |
| CMYK | 0.73 | 0.18 | 0 | 0.31 |
| HSL | 194.65º | 0.57% | 0.44% | - |
| HSV(B) | 194.65º | 0.73% | 0.69% | - |
| XYZ | 18.93 | 23.67 | 44.13 | - |
| YUV | 118.83 | 159.7 | 77.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 175 | 0.73 | 0.18 | 0 | 0.31 | 194.65 | 0.57 | 0.44 |
| Hex | 30 | 90 | AF | 49 | 12 | 0 | 1F | C3 | 39 | 2C |
| Octal | 60 | 220 | 257 | 111 | 22 | 0 | 37 | 303 | 71 | 54 |
| Binary | 110000 | 10010000 | 10101111 | 1001001 | 10010 | 0 | 11111 | 11000011 | 111001 | 101100 |
Color Harmonies of #3090AF
Complementary color
Monochromatic Colors of #3090AF
Black with #3090AF
Text Example
Text Example
White with #3090AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3090AF; }
p { color: rgb(48,144,175); }
H1.HeaderClassName
{
color: #3090AF;
}
.AnyTagClassName
{
color: #3090AF;
}
</style>
background-color css
<style>
a { background-color: #3090AF; }
a { background-color: rgb(48,144,175); }
div.DivClassName
{
background-color: #3090AF;
}
.BgClassName
{
background-color: #3090AF;
}
</style>
border-color css
<style>
span { border-color: #3090AF; }
span { border-color: rgb(48,144,175); }
td.TdClassName
{
border-color: #3090AF;
}
.TagClassName
{
border-color: #3090AF;
}
</style>