Shades of Pelorous #309CC2
Tints of Pelorous #309CC2
RGB
CMYK
RGB Variations
Color information
#309CC2 (or 0x309CC2) is known color: Pelorous. HEX triplet: 30, 9C and C2. RGB value is (48,156,194). Sum of RGB (Red+Green+Blue) = 48+156+194=398 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.06% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 194 (76.17% from 255 or 48.74% from 398); Max value from RGB is 194 - color contains mainly: blue. Hex color #309CC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309CC2 is #CF633D. Grayscale: #7F7F7F. Windows color (decimal): -13591358 or 12753968. OLE color: 12753968.
HSL color Cylindrical-coordinate representation of color #309CC2: hue angle of 195.62º 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 #309CC2 is Cyan = 0.75, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 156 | 194 | - |
| CMYK | 0.75 | 0.20 | 0 | 0.24 |
| HSL | 195.62º | 0.6% | 0.47% | - |
| HSV(B) | 195.62º | 0.75% | 0.76% | - |
| XYZ | 22.85 | 28.3 | 55.3 | - |
| YUV | 128.04 | 165.22 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 156 | 194 | 0.75 | 0.20 | 0 | 0.24 | 195.62 | 0.6 | 0.47 |
| Hex | 30 | 9C | C2 | 4B | 14 | 0 | 18 | C4 | 3C | 2F |
| Octal | 60 | 234 | 302 | 113 | 24 | 0 | 30 | 304 | 74 | 57 |
| Binary | 110000 | 10011100 | 11000010 | 1001011 | 10100 | 0 | 11000 | 11000100 | 111100 | 101111 |
Color Harmonies of #309CC2
Complementary color
Monochromatic Colors of #309CC2
Black with #309CC2
Text Example
Text Example
White with #309CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309CC2; }
p { color: rgb(48,156,194); }
H1.HeaderClassName
{
color: #309CC2;
}
.AnyTagClassName
{
color: #309CC2;
}
</style>
background-color css
<style>
a { background-color: #309CC2; }
a { background-color: rgb(48,156,194); }
div.DivClassName
{
background-color: #309CC2;
}
.BgClassName
{
background-color: #309CC2;
}
</style>
border-color css
<style>
span { border-color: #309CC2; }
span { border-color: rgb(48,156,194); }
td.TdClassName
{
border-color: #309CC2;
}
.TagClassName
{
border-color: #309CC2;
}
</style>