Shades of Pelorous #3697BC
Tints of Pelorous #3697BC
RGB
CMYK
RGB Variations
Color information
#3697BC (or 0x3697BC) is known color: Pelorous. HEX triplet: 36, 97 and BC. RGB value is (54,151,188). Sum of RGB (Red+Green+Blue) = 54+151+188=393 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.74% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #3697BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3697BC is #C96843. Grayscale: #7D7D7D. Windows color (decimal): -13199428 or 12359478. OLE color: 12359478.
HSL color Cylindrical-coordinate representation of color #3697BC: hue angle of 196.57º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3697BC is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 151 | 188 | - |
| CMYK | 0.71 | 0.20 | 0 | 0.26 |
| HSL | 196.57º | 0.55% | 0.47% | - |
| HSV(B) | 196.57º | 0.71% | 0.74% | - |
| XYZ | 21.67 | 26.55 | 51.56 | - |
| YUV | 126.22 | 162.86 | 76.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 151 | 188 | 0.71 | 0.20 | 0 | 0.26 | 196.57 | 0.55 | 0.47 |
| Hex | 36 | 97 | BC | 47 | 14 | 0 | 1A | C5 | 37 | 2F |
| Octal | 66 | 227 | 274 | 107 | 24 | 0 | 32 | 305 | 67 | 57 |
| Binary | 110110 | 10010111 | 10111100 | 1000111 | 10100 | 0 | 11010 | 11000101 | 110111 | 101111 |
Color Harmonies of #3697BC
Complementary color
Monochromatic Colors of #3697BC
Black with #3697BC
Text Example
Text Example
White with #3697BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3697BC; }
p { color: rgb(54,151,188); }
H1.HeaderClassName
{
color: #3697BC;
}
.AnyTagClassName
{
color: #3697BC;
}
</style>
background-color css
<style>
a { background-color: #3697BC; }
a { background-color: rgb(54,151,188); }
div.DivClassName
{
background-color: #3697BC;
}
.BgClassName
{
background-color: #3697BC;
}
</style>
border-color css
<style>
span { border-color: #3697BC; }
span { border-color: rgb(54,151,188); }
td.TdClassName
{
border-color: #3697BC;
}
.TagClassName
{
border-color: #3697BC;
}
</style>