Shades of Pelorous #3799B3
Tints of Pelorous #3799B3
RGB
CMYK
RGB Variations
Color information
#3799B3 (or 0x3799B3) is known color: Pelorous. HEX triplet: 37, 99 and B3. RGB value is (55,153,179). Sum of RGB (Red+Green+Blue) = 55+153+179=387 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.21% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 179 (70.31% from 255 or 46.25% from 387); Max value from RGB is 179 - color contains mainly: blue. Hex color #3799B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3799B3 is #C8664C. Grayscale: #7E7E7E. Windows color (decimal): -13133389 or 11770167. OLE color: 11770167.
HSL color Cylindrical-coordinate representation of color #3799B3: hue angle of 192.58º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3799B3 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 55 | 153 | 179 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.30 |
| HSL | 192.58º | 0.53% | 0.46% | - |
| HSV(B) | 192.58º | 0.69% | 0.7% | - |
| XYZ | 21.1 | 26.85 | 46.72 | - |
| YUV | 126.66 | 157.53 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 153 | 179 | 0.69 | 0.15 | 0 | 0.30 | 192.58 | 0.53 | 0.46 |
| Hex | 37 | 99 | B3 | 45 | F | 0 | 1E | C1 | 35 | 2E |
| Octal | 67 | 231 | 263 | 105 | 17 | 0 | 36 | 301 | 65 | 56 |
| Binary | 110111 | 10011001 | 10110011 | 1000101 | 1111 | 0 | 11110 | 11000001 | 110101 | 101110 |
Color Harmonies of #3799B3
Complementary color
Monochromatic Colors of #3799B3
Black with #3799B3
Text Example
Text Example
White with #3799B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3799B3; }
p { color: rgb(55,153,179); }
H1.HeaderClassName
{
color: #3799B3;
}
.AnyTagClassName
{
color: #3799B3;
}
</style>
background-color css
<style>
a { background-color: #3799B3; }
a { background-color: rgb(55,153,179); }
div.DivClassName
{
background-color: #3799B3;
}
.BgClassName
{
background-color: #3799B3;
}
</style>
border-color css
<style>
span { border-color: #3799B3; }
span { border-color: rgb(55,153,179); }
td.TdClassName
{
border-color: #3799B3;
}
.TagClassName
{
border-color: #3799B3;
}
</style>