Shades of Pelorous #369FAA
Tints of Pelorous #369FAA
RGB
CMYK
RGB Variations
Color information
#369FAA (or 0x369FAA) is known color: Pelorous. HEX triplet: 36, 9F and AA. RGB value is (54,159,170). Sum of RGB (Red+Green+Blue) = 54+159+170=383 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.10% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #369FAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369FAA is #C96055. Grayscale: #808080. Windows color (decimal): -13197398 or 11181878. OLE color: 11181878.
HSL color Cylindrical-coordinate representation of color #369FAA: hue angle of 185.69º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #369FAA is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 159 | 170 | - |
| CMYK | 0.68 | 0.06 | 0 | 0.33 |
| HSL | 185.69º | 0.52% | 0.44% | - |
| HSV(B) | 185.69º | 0.68% | 0.67% | - |
| XYZ | 21.18 | 28.48 | 42.41 | - |
| YUV | 128.86 | 151.21 | 74.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 159 | 170 | 0.68 | 0.06 | 0 | 0.33 | 185.69 | 0.52 | 0.44 |
| Hex | 36 | 9F | AA | 44 | 6 | 0 | 21 | BA | 34 | 2C |
| Octal | 66 | 237 | 252 | 104 | 6 | 0 | 41 | 272 | 64 | 54 |
| Binary | 110110 | 10011111 | 10101010 | 1000100 | 110 | 0 | 100001 | 10111010 | 110100 | 101100 |
Color Harmonies of #369FAA
Complementary color
Monochromatic Colors of #369FAA
Black with #369FAA
Text Example
Text Example
White with #369FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369FAA; }
p { color: rgb(54,159,170); }
H1.HeaderClassName
{
color: #369FAA;
}
.AnyTagClassName
{
color: #369FAA;
}
</style>
background-color css
<style>
a { background-color: #369FAA; }
a { background-color: rgb(54,159,170); }
div.DivClassName
{
background-color: #369FAA;
}
.BgClassName
{
background-color: #369FAA;
}
</style>
border-color css
<style>
span { border-color: #369FAA; }
span { border-color: rgb(54,159,170); }
td.TdClassName
{
border-color: #369FAA;
}
.TagClassName
{
border-color: #369FAA;
}
</style>