Shades of Pelorous #3699AF
Tints of Pelorous #3699AF
RGB
CMYK
RGB Variations
Color information
#3699AF (or 0x3699AF) is known color: Pelorous. HEX triplet: 36, 99 and AF. RGB value is (54,153,175). Sum of RGB (Red+Green+Blue) = 54+153+175=382 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.14% from 382); Green value is 153 (60.16% from 255 or 40.05% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #3699AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3699AF is #C96650. Grayscale: #7D7D7D. Windows color (decimal): -13198929 or 11508022. OLE color: 11508022.
HSL color Cylindrical-coordinate representation of color #3699AF: hue angle of 190.91º 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 #3699AF is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 54 | 153 | 175 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.31 |
| HSL | 190.91º | 0.53% | 0.45% | - |
| HSV(B) | 190.91º | 0.69% | 0.69% | - |
| XYZ | 20.65 | 26.66 | 44.62 | - |
| YUV | 125.91 | 155.7 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 153 | 175 | 0.69 | 0.13 | 0 | 0.31 | 190.91 | 0.53 | 0.45 |
| Hex | 36 | 99 | AF | 45 | D | 0 | 1F | BF | 35 | 2D |
| Octal | 66 | 231 | 257 | 105 | 15 | 0 | 37 | 277 | 65 | 55 |
| Binary | 110110 | 10011001 | 10101111 | 1000101 | 1101 | 0 | 11111 | 10111111 | 110101 | 101101 |
Color Harmonies of #3699AF
Complementary color
Monochromatic Colors of #3699AF
Black with #3699AF
Text Example
Text Example
White with #3699AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3699AF; }
p { color: rgb(54,153,175); }
H1.HeaderClassName
{
color: #3699AF;
}
.AnyTagClassName
{
color: #3699AF;
}
</style>
background-color css
<style>
a { background-color: #3699AF; }
a { background-color: rgb(54,153,175); }
div.DivClassName
{
background-color: #3699AF;
}
.BgClassName
{
background-color: #3699AF;
}
</style>
border-color css
<style>
span { border-color: #3699AF; }
span { border-color: rgb(54,153,175); }
td.TdClassName
{
border-color: #3699AF;
}
.TagClassName
{
border-color: #3699AF;
}
</style>