Shades of Pelorous #3799B4
Tints of Pelorous #3799B4
RGB
CMYK
RGB Variations
Color information
#3799B4 (or 0x3799B4) is known color: Pelorous. HEX triplet: 37, 99 and B4. RGB value is (55,153,180). Sum of RGB (Red+Green+Blue) = 55+153+180=388 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.18% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 180 (70.70% from 255 or 46.39% from 388); Max value from RGB is 180 - color contains mainly: blue. Hex color #3799B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3799B4 is #C8664B. Grayscale: #7E7E7E. Windows color (decimal): -13133388 or 11835703. OLE color: 11835703.
HSL color Cylindrical-coordinate representation of color #3799B4: hue angle of 192.96º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3799B4 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 153 | 180 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.29 |
| HSL | 192.96º | 0.53% | 0.46% | - |
| HSV(B) | 192.96º | 0.69% | 0.71% | - |
| XYZ | 21.21 | 26.89 | 47.25 | - |
| YUV | 126.78 | 158.03 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 153 | 180 | 0.69 | 0.15 | 0 | 0.29 | 192.96 | 0.53 | 0.46 |
| Hex | 37 | 99 | B4 | 45 | F | 0 | 1D | C1 | 35 | 2E |
| Octal | 67 | 231 | 264 | 105 | 17 | 0 | 35 | 301 | 65 | 56 |
| Binary | 110111 | 10011001 | 10110100 | 1000101 | 1111 | 0 | 11101 | 11000001 | 110101 | 101110 |
Color Harmonies of #3799B4
Complementary color
Monochromatic Colors of #3799B4
Black with #3799B4
Text Example
Text Example
White with #3799B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3799B4; }
p { color: rgb(55,153,180); }
H1.HeaderClassName
{
color: #3799B4;
}
.AnyTagClassName
{
color: #3799B4;
}
</style>
background-color css
<style>
a { background-color: #3799B4; }
a { background-color: rgb(55,153,180); }
div.DivClassName
{
background-color: #3799B4;
}
.BgClassName
{
background-color: #3799B4;
}
</style>
border-color css
<style>
span { border-color: #3799B4; }
span { border-color: rgb(55,153,180); }
td.TdClassName
{
border-color: #3799B4;
}
.TagClassName
{
border-color: #3799B4;
}
</style>