Shades of Pelorous #30A3B4
Tints of Pelorous #30A3B4
RGB
CMYK
RGB Variations
Color information
#30A3B4 (or 0x30A3B4) is known color: Pelorous. HEX triplet: 30, A3 and B4. RGB value is (48,163,180). Sum of RGB (Red+Green+Blue) = 48+163+180=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 180 (70.70% from 255 or 46.04% from 391); Max value from RGB is 180 - color contains mainly: blue. Hex color #30A3B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #30A3B4 is #CF5C4B. Grayscale: #828282. Windows color (decimal): -13589580 or 11838256. OLE color: 11838256.
HSL color Cylindrical-coordinate representation of color #30A3B4: hue angle of 187.73º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #30A3B4 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 163 | 180 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.29 |
| HSL | 187.73º | 0.58% | 0.45% | - |
| HSV(B) | 187.73º | 0.73% | 0.71% | - |
| XYZ | 22.55 | 30.12 | 47.8 | - |
| YUV | 130.55 | 155.9 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 163 | 180 | 0.73 | 0.09 | 0 | 0.29 | 187.73 | 0.58 | 0.45 |
| Hex | 30 | A3 | B4 | 49 | 9 | 0 | 1D | BC | 3A | 2D |
| Octal | 60 | 243 | 264 | 111 | 11 | 0 | 35 | 274 | 72 | 55 |
| Binary | 110000 | 10100011 | 10110100 | 1001001 | 1001 | 0 | 11101 | 10111100 | 111010 | 101101 |
Color Harmonies of #30A3B4
Complementary color
Monochromatic Colors of #30A3B4
Black with #30A3B4
Text Example
Text Example
White with #30A3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30A3B4; }
p { color: rgb(48,163,180); }
H1.HeaderClassName
{
color: #30A3B4;
}
.AnyTagClassName
{
color: #30A3B4;
}
</style>
background-color css
<style>
a { background-color: #30A3B4; }
a { background-color: rgb(48,163,180); }
div.DivClassName
{
background-color: #30A3B4;
}
.BgClassName
{
background-color: #30A3B4;
}
</style>
border-color css
<style>
span { border-color: #30A3B4; }
span { border-color: rgb(48,163,180); }
td.TdClassName
{
border-color: #30A3B4;
}
.TagClassName
{
border-color: #30A3B4;
}
</style>