Shades of Pelorous #3090B2
Tints of Pelorous #3090B2
RGB
CMYK
RGB Variations
Color information
#3090B2 (or 0x3090B2) is known color: Pelorous. HEX triplet: 30, 90 and B2. RGB value is (48,144,178). Sum of RGB (Red+Green+Blue) = 48+144+178=370 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.97% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 178 (69.92% from 255 or 48.11% from 370); Max value from RGB is 178 - color contains mainly: blue. Hex color #3090B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3090B2 is #CF6F4D. Grayscale: #767676. Windows color (decimal): -13594446 or 11702320. OLE color: 11702320.
HSL color Cylindrical-coordinate representation of color #3090B2: hue angle of 195.69º 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 #3090B2 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 144 | 178 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.30 |
| HSL | 195.69º | 0.58% | 0.44% | - |
| HSV(B) | 195.69º | 0.73% | 0.7% | - |
| XYZ | 19.23 | 23.79 | 45.7 | - |
| YUV | 119.17 | 161.2 | 77.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 178 | 0.73 | 0.19 | 0 | 0.30 | 195.69 | 0.58 | 0.44 |
| Hex | 30 | 90 | B2 | 49 | 13 | 0 | 1E | C4 | 3A | 2C |
| Octal | 60 | 220 | 262 | 111 | 23 | 0 | 36 | 304 | 72 | 54 |
| Binary | 110000 | 10010000 | 10110010 | 1001001 | 10011 | 0 | 11110 | 11000100 | 111010 | 101100 |
Color Harmonies of #3090B2
Complementary color
Monochromatic Colors of #3090B2
Black with #3090B2
Text Example
Text Example
White with #3090B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3090B2; }
p { color: rgb(48,144,178); }
H1.HeaderClassName
{
color: #3090B2;
}
.AnyTagClassName
{
color: #3090B2;
}
</style>
background-color css
<style>
a { background-color: #3090B2; }
a { background-color: rgb(48,144,178); }
div.DivClassName
{
background-color: #3090B2;
}
.BgClassName
{
background-color: #3090B2;
}
</style>
border-color css
<style>
span { border-color: #3090B2; }
span { border-color: rgb(48,144,178); }
td.TdClassName
{
border-color: #3090B2;
}
.TagClassName
{
border-color: #3090B2;
}
</style>