Shades of Pelorous #309EC4
Tints of Pelorous #309EC4
RGB
CMYK
RGB Variations
Color information
#309EC4 (or 0x309EC4) is known color: Pelorous. HEX triplet: 30, 9E and C4. RGB value is (48,158,196). Sum of RGB (Red+Green+Blue) = 48+158+196=402 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.94% from 402); Green value is 158 (62.11% from 255 or 39.30% from 402); Blue value is 196 (76.95% from 255 or 48.76% from 402); Max value from RGB is 196 - color contains mainly: blue. Hex color #309EC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #309EC4 is #CF613B. Grayscale: #818181. Windows color (decimal): -13590844 or 12885552. OLE color: 12885552.
HSL color Cylindrical-coordinate representation of color #309EC4: hue angle of 195.41º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #309EC4 is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 48 | 158 | 196 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.23 |
| HSL | 195.41º | 0.61% | 0.48% | - |
| HSV(B) | 195.41º | 0.76% | 0.77% | - |
| XYZ | 23.41 | 29.07 | 56.6 | - |
| YUV | 129.44 | 165.56 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 158 | 196 | 0.76 | 0.19 | 0 | 0.23 | 195.41 | 0.61 | 0.48 |
| Hex | 30 | 9E | C4 | 4C | 13 | 0 | 17 | C3 | 3D | 30 |
| Octal | 60 | 236 | 304 | 114 | 23 | 0 | 27 | 303 | 75 | 60 |
| Binary | 110000 | 10011110 | 11000100 | 1001100 | 10011 | 0 | 10111 | 11000011 | 111101 | 110000 |
Color Harmonies of #309EC4
Complementary color
Monochromatic Colors of #309EC4
Black with #309EC4
Text Example
Text Example
White with #309EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #309EC4; }
p { color: rgb(48,158,196); }
H1.HeaderClassName
{
color: #309EC4;
}
.AnyTagClassName
{
color: #309EC4;
}
</style>
background-color css
<style>
a { background-color: #309EC4; }
a { background-color: rgb(48,158,196); }
div.DivClassName
{
background-color: #309EC4;
}
.BgClassName
{
background-color: #309EC4;
}
</style>
border-color css
<style>
span { border-color: #309EC4; }
span { border-color: rgb(48,158,196); }
td.TdClassName
{
border-color: #309EC4;
}
.TagClassName
{
border-color: #309EC4;
}
</style>