Shades of Pelorous #309FC2
Tints of Pelorous #309FC2
RGB
CMYK
RGB Variations
Color information
#309FC2 (or 0x309FC2) is known color: Pelorous. HEX triplet: 30, 9F and C2. RGB value is (48,159,194). Sum of RGB (Red+Green+Blue) = 48+159+194=401 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.97% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 194 (76.17% from 255 or 48.38% from 401); Max value from RGB is 194 - color contains mainly: blue. Hex color #309FC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309FC2 is #CF603D. Grayscale: #818181. Windows color (decimal): -13590590 or 12754736. OLE color: 12754736.
HSL color Cylindrical-coordinate representation of color #309FC2: hue angle of 194.38º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #309FC2 is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 159 | 194 | - |
| CMYK | 0.75 | 0.18 | 0 | 0.24 |
| HSL | 194.38º | 0.6% | 0.47% | - |
| HSV(B) | 194.38º | 0.75% | 0.76% | - |
| XYZ | 23.35 | 29.32 | 55.47 | - |
| YUV | 129.8 | 164.23 | 69.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 159 | 194 | 0.75 | 0.18 | 0 | 0.24 | 194.38 | 0.6 | 0.47 |
| Hex | 30 | 9F | C2 | 4B | 12 | 0 | 18 | C2 | 3C | 2F |
| Octal | 60 | 237 | 302 | 113 | 22 | 0 | 30 | 302 | 74 | 57 |
| Binary | 110000 | 10011111 | 11000010 | 1001011 | 10010 | 0 | 11000 | 11000010 | 111100 | 101111 |
Color Harmonies of #309FC2
Complementary color
Monochromatic Colors of #309FC2
Black with #309FC2
Text Example
Text Example
White with #309FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309FC2; }
p { color: rgb(48,159,194); }
H1.HeaderClassName
{
color: #309FC2;
}
.AnyTagClassName
{
color: #309FC2;
}
</style>
background-color css
<style>
a { background-color: #309FC2; }
a { background-color: rgb(48,159,194); }
div.DivClassName
{
background-color: #309FC2;
}
.BgClassName
{
background-color: #309FC2;
}
</style>
border-color css
<style>
span { border-color: #309FC2; }
span { border-color: rgb(48,159,194); }
td.TdClassName
{
border-color: #309FC2;
}
.TagClassName
{
border-color: #309FC2;
}
</style>