Shades of Pelorous #36A5B2
Tints of Pelorous #36A5B2
RGB
CMYK
RGB Variations
Color information
#36A5B2 (or 0x36A5B2) is known color: Pelorous. HEX triplet: 36, A5 and B2. RGB value is (54,165,178). Sum of RGB (Red+Green+Blue) = 54+165+178=397 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.60% from 397); Green value is 165 (64.84% from 255 or 41.56% from 397); Blue value is 178 (69.92% from 255 or 44.84% from 397); Max value from RGB is 178 - color contains mainly: blue. Hex color #36A5B2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A5B2 is #C95A4D. Grayscale: #858585. Windows color (decimal): -13195854 or 11707702. OLE color: 11707702.
HSL color Cylindrical-coordinate representation of color #36A5B2: hue angle of 186.29º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36A5B2 is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 54 | 165 | 178 | - |
| CMYK | 0.70 | 0.07 | 0 | 0.30 |
| HSL | 186.29º | 0.53% | 0.45% | - |
| HSV(B) | 186.29º | 0.7% | 0.7% | - |
| XYZ | 23.01 | 30.91 | 46.87 | - |
| YUV | 133.29 | 153.23 | 71.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 165 | 178 | 0.70 | 0.07 | 0 | 0.30 | 186.29 | 0.53 | 0.45 |
| Hex | 36 | A5 | B2 | 46 | 7 | 0 | 1E | BA | 35 | 2D |
| Octal | 66 | 245 | 262 | 106 | 7 | 0 | 36 | 272 | 65 | 55 |
| Binary | 110110 | 10100101 | 10110010 | 1000110 | 111 | 0 | 11110 | 10111010 | 110101 | 101101 |
Color Harmonies of #36A5B2
Complementary color
Monochromatic Colors of #36A5B2
Black with #36A5B2
Text Example
Text Example
White with #36A5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36A5B2; }
p { color: rgb(54,165,178); }
H1.HeaderClassName
{
color: #36A5B2;
}
.AnyTagClassName
{
color: #36A5B2;
}
</style>
background-color css
<style>
a { background-color: #36A5B2; }
a { background-color: rgb(54,165,178); }
div.DivClassName
{
background-color: #36A5B2;
}
.BgClassName
{
background-color: #36A5B2;
}
</style>
border-color css
<style>
span { border-color: #36A5B2; }
span { border-color: rgb(54,165,178); }
td.TdClassName
{
border-color: #36A5B2;
}
.TagClassName
{
border-color: #36A5B2;
}
</style>