Shades of Pelorous #309FB3
Tints of Pelorous #309FB3
RGB
CMYK
RGB Variations
Color information
#309FB3 (or 0x309FB3) is known color: Pelorous. HEX triplet: 30, 9F and B3. RGB value is (48,159,179). Sum of RGB (Red+Green+Blue) = 48+159+179=386 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.44% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 179 (70.31% from 255 or 46.37% from 386); Max value from RGB is 179 - color contains mainly: blue. Hex color #309FB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309FB3 is #CF604C. Grayscale: #7F7F7F. Windows color (decimal): -13590605 or 11771696. OLE color: 11771696.
HSL color Cylindrical-coordinate representation of color #309FB3: hue angle of 189.16º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #309FB3 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 159 | 179 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.30 |
| HSL | 189.16º | 0.58% | 0.45% | - |
| HSV(B) | 189.16º | 0.73% | 0.7% | - |
| XYZ | 21.75 | 28.68 | 47.04 | - |
| YUV | 128.09 | 156.73 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 159 | 179 | 0.73 | 0.11 | 0 | 0.30 | 189.16 | 0.58 | 0.45 |
| Hex | 30 | 9F | B3 | 49 | B | 0 | 1E | BD | 3A | 2D |
| Octal | 60 | 237 | 263 | 111 | 13 | 0 | 36 | 275 | 72 | 55 |
| Binary | 110000 | 10011111 | 10110011 | 1001001 | 1011 | 0 | 11110 | 10111101 | 111010 | 101101 |
Color Harmonies of #309FB3
Complementary color
Monochromatic Colors of #309FB3
Black with #309FB3
Text Example
Text Example
White with #309FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309FB3; }
p { color: rgb(48,159,179); }
H1.HeaderClassName
{
color: #309FB3;
}
.AnyTagClassName
{
color: #309FB3;
}
</style>
background-color css
<style>
a { background-color: #309FB3; }
a { background-color: rgb(48,159,179); }
div.DivClassName
{
background-color: #309FB3;
}
.BgClassName
{
background-color: #309FB3;
}
</style>
border-color css
<style>
span { border-color: #309FB3; }
span { border-color: rgb(48,159,179); }
td.TdClassName
{
border-color: #309FB3;
}
.TagClassName
{
border-color: #309FB3;
}
</style>