Shades of Pelorous #309AB2
Tints of Pelorous #309AB2
RGB
CMYK
RGB Variations
Color information
#309AB2 (or 0x309AB2) is known color: Pelorous. HEX triplet: 30, 9A and B2. RGB value is (48,154,178). Sum of RGB (Red+Green+Blue) = 48+154+178=380 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.63% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 178 (69.92% from 255 or 46.84% from 380); Max value from RGB is 178 - color contains mainly: blue. Hex color #309AB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309AB2 is #CF654D. Grayscale: #7C7C7C. Windows color (decimal): -13591886 or 11704880. OLE color: 11704880.
HSL color Cylindrical-coordinate representation of color #309AB2: hue angle of 191.08º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #309AB2 is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 154 | 178 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.30 |
| HSL | 191.08º | 0.58% | 0.44% | - |
| HSV(B) | 191.08º | 0.73% | 0.7% | - |
| XYZ | 20.81 | 26.95 | 46.23 | - |
| YUV | 125.04 | 157.88 | 73.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 154 | 178 | 0.73 | 0.13 | 0 | 0.30 | 191.08 | 0.58 | 0.44 |
| Hex | 30 | 9A | B2 | 49 | D | 0 | 1E | BF | 3A | 2C |
| Octal | 60 | 232 | 262 | 111 | 15 | 0 | 36 | 277 | 72 | 54 |
| Binary | 110000 | 10011010 | 10110010 | 1001001 | 1101 | 0 | 11110 | 10111111 | 111010 | 101100 |
Color Harmonies of #309AB2
Complementary color
Monochromatic Colors of #309AB2
Black with #309AB2
Text Example
Text Example
White with #309AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309AB2; }
p { color: rgb(48,154,178); }
H1.HeaderClassName
{
color: #309AB2;
}
.AnyTagClassName
{
color: #309AB2;
}
</style>
background-color css
<style>
a { background-color: #309AB2; }
a { background-color: rgb(48,154,178); }
div.DivClassName
{
background-color: #309AB2;
}
.BgClassName
{
background-color: #309AB2;
}
</style>
border-color css
<style>
span { border-color: #309AB2; }
span { border-color: rgb(48,154,178); }
td.TdClassName
{
border-color: #309AB2;
}
.TagClassName
{
border-color: #309AB2;
}
</style>