Shades of Pelorous #3698AF
Tints of Pelorous #3698AF
RGB
CMYK
RGB Variations
Color information
#3698AF (or 0x3698AF) is known color: Pelorous. HEX triplet: 36, 98 and AF. RGB value is (54,152,175). Sum of RGB (Red+Green+Blue) = 54+152+175=381 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.17% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #3698AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3698AF is #C96750. Grayscale: #7D7D7D. Windows color (decimal): -13199185 or 11507766. OLE color: 11507766.
HSL color Cylindrical-coordinate representation of color #3698AF: hue angle of 191.4º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3698AF is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 152 | 175 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.31 |
| HSL | 191.41º | 0.53% | 0.45% | - |
| HSV(B) | 191.41º | 0.69% | 0.69% | - |
| XYZ | 20.49 | 26.34 | 44.56 | - |
| YUV | 125.32 | 156.03 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 152 | 175 | 0.69 | 0.13 | 0 | 0.31 | 191.41 | 0.53 | 0.45 |
| Hex | 36 | 98 | AF | 45 | D | 0 | 1F | BF | 35 | 2D |
| Octal | 66 | 230 | 257 | 105 | 15 | 0 | 37 | 277 | 65 | 55 |
| Binary | 110110 | 10011000 | 10101111 | 1000101 | 1101 | 0 | 11111 | 10111111 | 110101 | 101101 |
Color Harmonies of #3698AF
Complementary color
Monochromatic Colors of #3698AF
Black with #3698AF
Text Example
Text Example
White with #3698AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3698AF; }
p { color: rgb(54,152,175); }
H1.HeaderClassName
{
color: #3698AF;
}
.AnyTagClassName
{
color: #3698AF;
}
</style>
background-color css
<style>
a { background-color: #3698AF; }
a { background-color: rgb(54,152,175); }
div.DivClassName
{
background-color: #3698AF;
}
.BgClassName
{
background-color: #3698AF;
}
</style>
border-color css
<style>
span { border-color: #3698AF; }
span { border-color: rgb(54,152,175); }
td.TdClassName
{
border-color: #3698AF;
}
.TagClassName
{
border-color: #3698AF;
}
</style>