Shades of Pelorous #369AB3
Tints of Pelorous #369AB3
RGB
CMYK
RGB Variations
Color information
#369AB3 (or 0x369AB3) is known color: Pelorous. HEX triplet: 36, 9A and B3. RGB value is (54,154,179). Sum of RGB (Red+Green+Blue) = 54+154+179=387 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.95% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 179 (70.31% from 255 or 46.25% from 387); Max value from RGB is 179 - color contains mainly: blue. Hex color #369AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #369AB3 is #C9654C. Grayscale: #7E7E7E. Windows color (decimal): -13198669 or 11770422. OLE color: 11770422.
HSL color Cylindrical-coordinate representation of color #369AB3: hue angle of 192º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #369AB3 is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 54 | 154 | 179 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.30 |
| HSL | 192º | 0.54% | 0.46% | - |
| HSV(B) | 192º | 0.7% | 0.7% | - |
| XYZ | 21.21 | 27.15 | 46.77 | - |
| YUV | 126.95 | 157.37 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 154 | 179 | 0.70 | 0.14 | 0 | 0.30 | 192 | 0.54 | 0.46 |
| Hex | 36 | 9A | B3 | 46 | E | 0 | 1E | C0 | 36 | 2E |
| Octal | 66 | 232 | 263 | 106 | 16 | 0 | 36 | 300 | 66 | 56 |
| Binary | 110110 | 10011010 | 10110011 | 1000110 | 1110 | 0 | 11110 | 11000000 | 110110 | 101110 |
Color Harmonies of #369AB3
Complementary color
Monochromatic Colors of #369AB3
Black with #369AB3
Text Example
Text Example
White with #369AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369AB3; }
p { color: rgb(54,154,179); }
H1.HeaderClassName
{
color: #369AB3;
}
.AnyTagClassName
{
color: #369AB3;
}
</style>
background-color css
<style>
a { background-color: #369AB3; }
a { background-color: rgb(54,154,179); }
div.DivClassName
{
background-color: #369AB3;
}
.BgClassName
{
background-color: #369AB3;
}
</style>
border-color css
<style>
span { border-color: #369AB3; }
span { border-color: rgb(54,154,179); }
td.TdClassName
{
border-color: #369AB3;
}
.TagClassName
{
border-color: #369AB3;
}
</style>