Shades of Pelorous #3393BA
Tints of Pelorous #3393BA
RGB
CMYK
RGB Variations
Color information
#3393BA (or 0x3393BA) is known color: Pelorous. HEX triplet: 33, 93 and BA. RGB value is (51,147,186). Sum of RGB (Red+Green+Blue) = 51+147+186=384 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.28% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #3393BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3393BA is #CC6C45. Grayscale: #7A7A7A. Windows color (decimal): -13397062 or 12227379. OLE color: 12227379.
HSL color Cylindrical-coordinate representation of color #3393BA: hue angle of 197.33º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3393BA is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 147 | 186 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.27 |
| HSL | 197.33º | 0.57% | 0.46% | - |
| HSV(B) | 197.33º | 0.73% | 0.73% | - |
| XYZ | 20.66 | 25.12 | 50.21 | - |
| YUV | 122.74 | 163.7 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 147 | 186 | 0.73 | 0.21 | 0 | 0.27 | 197.33 | 0.57 | 0.46 |
| Hex | 33 | 93 | BA | 49 | 15 | 0 | 1B | C5 | 39 | 2E |
| Octal | 63 | 223 | 272 | 111 | 25 | 0 | 33 | 305 | 71 | 56 |
| Binary | 110011 | 10010011 | 10111010 | 1001001 | 10101 | 0 | 11011 | 11000101 | 111001 | 101110 |
Color Harmonies of #3393BA
Complementary color
Monochromatic Colors of #3393BA
Black with #3393BA
Text Example
Text Example
White with #3393BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3393BA; }
p { color: rgb(51,147,186); }
H1.HeaderClassName
{
color: #3393BA;
}
.AnyTagClassName
{
color: #3393BA;
}
</style>
background-color css
<style>
a { background-color: #3393BA; }
a { background-color: rgb(51,147,186); }
div.DivClassName
{
background-color: #3393BA;
}
.BgClassName
{
background-color: #3393BA;
}
</style>
border-color css
<style>
span { border-color: #3393BA; }
span { border-color: rgb(51,147,186); }
td.TdClassName
{
border-color: #3393BA;
}
.TagClassName
{
border-color: #3393BA;
}
</style>