Shades of Pelorous #3497BE
Tints of Pelorous #3497BE
RGB
CMYK
RGB Variations
Color information
#3497BE (or 0x3497BE) is known color: Pelorous. HEX triplet: 34, 97 and BE. RGB value is (52,151,190). Sum of RGB (Red+Green+Blue) = 52+151+190=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #3497BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3497BE is #CB6841. Grayscale: #7D7D7D. Windows color (decimal): -13330498 or 12490548. OLE color: 12490548.
HSL color Cylindrical-coordinate representation of color #3497BE: hue angle of 196.96º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3497BE is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 151 | 190 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.25 |
| HSL | 196.96º | 0.57% | 0.47% | - |
| HSV(B) | 196.96º | 0.73% | 0.75% | - |
| XYZ | 21.78 | 26.58 | 52.7 | - |
| YUV | 125.85 | 164.2 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 151 | 190 | 0.73 | 0.21 | 0 | 0.25 | 196.96 | 0.57 | 0.47 |
| Hex | 34 | 97 | BE | 49 | 15 | 0 | 19 | C5 | 39 | 2F |
| Octal | 64 | 227 | 276 | 111 | 25 | 0 | 31 | 305 | 71 | 57 |
| Binary | 110100 | 10010111 | 10111110 | 1001001 | 10101 | 0 | 11001 | 11000101 | 111001 | 101111 |
Color Harmonies of #3497BE
Complementary color
Monochromatic Colors of #3497BE
Black with #3497BE
Text Example
Text Example
White with #3497BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3497BE; }
p { color: rgb(52,151,190); }
H1.HeaderClassName
{
color: #3497BE;
}
.AnyTagClassName
{
color: #3497BE;
}
</style>
background-color css
<style>
a { background-color: #3497BE; }
a { background-color: rgb(52,151,190); }
div.DivClassName
{
background-color: #3497BE;
}
.BgClassName
{
background-color: #3497BE;
}
</style>
border-color css
<style>
span { border-color: #3497BE; }
span { border-color: rgb(52,151,190); }
td.TdClassName
{
border-color: #3497BE;
}
.TagClassName
{
border-color: #3497BE;
}
</style>