Shades of Pelorous #3599B7
Tints of Pelorous #3599B7
RGB
CMYK
RGB Variations
Color information
#3599B7 (or 0x3599B7) is known color: Pelorous. HEX triplet: 35, 99 and B7. RGB value is (53,153,183). Sum of RGB (Red+Green+Blue) = 53+153+183=389 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.62% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 183 (71.88% from 255 or 47.04% from 389); Max value from RGB is 183 - color contains mainly: blue. Hex color #3599B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3599B7 is #CA6648. Grayscale: #7E7E7E. Windows color (decimal): -13264457 or 12032309. OLE color: 12032309.
HSL color Cylindrical-coordinate representation of color #3599B7: hue angle of 193.85º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3599B7 is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 53 | 153 | 183 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.28 |
| HSL | 193.85º | 0.55% | 0.46% | - |
| HSV(B) | 193.85º | 0.71% | 0.72% | - |
| XYZ | 21.41 | 26.96 | 48.87 | - |
| YUV | 126.52 | 159.87 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 153 | 183 | 0.71 | 0.16 | 0 | 0.28 | 193.85 | 0.55 | 0.46 |
| Hex | 35 | 99 | B7 | 47 | 10 | 0 | 1C | C2 | 37 | 2E |
| Octal | 65 | 231 | 267 | 107 | 20 | 0 | 34 | 302 | 67 | 56 |
| Binary | 110101 | 10011001 | 10110111 | 1000111 | 10000 | 0 | 11100 | 11000010 | 110111 | 101110 |
Color Harmonies of #3599B7
Complementary color
Monochromatic Colors of #3599B7
Black with #3599B7
Text Example
Text Example
White with #3599B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3599B7; }
p { color: rgb(53,153,183); }
H1.HeaderClassName
{
color: #3599B7;
}
.AnyTagClassName
{
color: #3599B7;
}
</style>
background-color css
<style>
a { background-color: #3599B7; }
a { background-color: rgb(53,153,183); }
div.DivClassName
{
background-color: #3599B7;
}
.BgClassName
{
background-color: #3599B7;
}
</style>
border-color css
<style>
span { border-color: #3599B7; }
span { border-color: rgb(53,153,183); }
td.TdClassName
{
border-color: #3599B7;
}
.TagClassName
{
border-color: #3599B7;
}
</style>