Shades of Pelorous #309CB1
Tints of Pelorous #309CB1
RGB
CMYK
RGB Variations
Color information
#309CB1 (or 0x309CB1) is known color: Pelorous. HEX triplet: 30, 9C and B1. RGB value is (48,156,177). Sum of RGB (Red+Green+Blue) = 48+156+177=381 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.60% from 381); Green value is 156 (61.33% from 255 or 40.94% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 177 - color contains mainly: blue. Hex color #309CB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309CB1 is #CF634E. Grayscale: #7D7D7D. Windows color (decimal): -13591375 or 11639856. OLE color: 11639856.
HSL color Cylindrical-coordinate representation of color #309CB1: hue angle of 189.77º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #309CB1 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 156 | 177 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.31 |
| HSL | 189.77º | 0.57% | 0.44% | - |
| HSV(B) | 189.77º | 0.73% | 0.69% | - |
| XYZ | 21.04 | 27.58 | 45.81 | - |
| YUV | 126.1 | 156.72 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 156 | 177 | 0.73 | 0.12 | 0 | 0.31 | 189.77 | 0.57 | 0.44 |
| Hex | 30 | 9C | B1 | 49 | C | 0 | 1F | BE | 39 | 2C |
| Octal | 60 | 234 | 261 | 111 | 14 | 0 | 37 | 276 | 71 | 54 |
| Binary | 110000 | 10011100 | 10110001 | 1001001 | 1100 | 0 | 11111 | 10111110 | 111001 | 101100 |
Color Harmonies of #309CB1
Complementary color
Monochromatic Colors of #309CB1
Black with #309CB1
Text Example
Text Example
White with #309CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309CB1; }
p { color: rgb(48,156,177); }
H1.HeaderClassName
{
color: #309CB1;
}
.AnyTagClassName
{
color: #309CB1;
}
</style>
background-color css
<style>
a { background-color: #309CB1; }
a { background-color: rgb(48,156,177); }
div.DivClassName
{
background-color: #309CB1;
}
.BgClassName
{
background-color: #309CB1;
}
</style>
border-color css
<style>
span { border-color: #309CB1; }
span { border-color: rgb(48,156,177); }
td.TdClassName
{
border-color: #309CB1;
}
.TagClassName
{
border-color: #309CB1;
}
</style>