Shades of Pelorous #309CBA
Tints of Pelorous #309CBA
RGB
CMYK
RGB Variations
Color information
#309CBA (or 0x309CBA) is known color: Pelorous. HEX triplet: 30, 9C and BA. RGB value is (48,156,186). Sum of RGB (Red+Green+Blue) = 48+156+186=390 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.31% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #309CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309CBA is #CF6345. Grayscale: #7E7E7E. Windows color (decimal): -13591366 or 12229680. OLE color: 12229680.
HSL color Cylindrical-coordinate representation of color #309CBA: hue angle of 193.04º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #309CBA is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 156 | 186 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.27 |
| HSL | 193.04º | 0.59% | 0.46% | - |
| HSV(B) | 193.04º | 0.74% | 0.73% | - |
| XYZ | 21.97 | 27.95 | 50.69 | - |
| YUV | 127.13 | 161.22 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 156 | 186 | 0.74 | 0.16 | 0 | 0.27 | 193.04 | 0.59 | 0.46 |
| Hex | 30 | 9C | BA | 4A | 10 | 0 | 1B | C1 | 3B | 2E |
| Octal | 60 | 234 | 272 | 112 | 20 | 0 | 33 | 301 | 73 | 56 |
| Binary | 110000 | 10011100 | 10111010 | 1001010 | 10000 | 0 | 11011 | 11000001 | 111011 | 101110 |
Color Harmonies of #309CBA
Complementary color
Monochromatic Colors of #309CBA
Black with #309CBA
Text Example
Text Example
White with #309CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309CBA; }
p { color: rgb(48,156,186); }
H1.HeaderClassName
{
color: #309CBA;
}
.AnyTagClassName
{
color: #309CBA;
}
</style>
background-color css
<style>
a { background-color: #309CBA; }
a { background-color: rgb(48,156,186); }
div.DivClassName
{
background-color: #309CBA;
}
.BgClassName
{
background-color: #309CBA;
}
</style>
border-color css
<style>
span { border-color: #309CBA; }
span { border-color: rgb(48,156,186); }
td.TdClassName
{
border-color: #309CBA;
}
.TagClassName
{
border-color: #309CBA;
}
</style>