Shades of Cello #365369
Tints of Cello #365369
RGB
CMYK
RGB Variations
Color information
#365369 (or 0x365369) is known color: Cello. HEX triplet: 36, 53 and 69. RGB value is (54,83,105). Sum of RGB (Red+Green+Blue) = 54+83+105=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: blue. Hex color #365369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365369 is #C9AC96. Grayscale: #4C4C4C. Windows color (decimal): -13216919 or 6902582. OLE color: 6902582.
HSL color Cylindrical-coordinate representation of color #365369: hue angle of 205.88º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #365369 is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 54 | 83 | 105 | - |
| CMYK | 0.49 | 0.21 | 0 | 0.59 |
| HSL | 205.88º | 0.32% | 0.31% | - |
| HSV(B) | 205.88º | 0.49% | 0.41% | - |
| XYZ | 7.16 | 7.99 | 14.53 | - |
| YUV | 76.84 | 143.89 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 83 | 105 | 0.49 | 0.21 | 0 | 0.59 | 205.88 | 0.32 | 0.31 |
| Hex | 36 | 53 | 69 | 31 | 15 | 0 | 3B | CE | 20 | 1F |
| Octal | 66 | 123 | 151 | 61 | 25 | 0 | 73 | 316 | 40 | 37 |
| Binary | 110110 | 1010011 | 1101001 | 110001 | 10101 | 0 | 111011 | 11001110 | 100000 | 11111 |
Color Harmonies of #365369
Complementary color
Monochromatic Colors of #365369
Black with #365369
Text Example
Text Example
White with #365369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #365369; }
p { color: rgb(54,83,105); }
H1.HeaderClassName
{
color: #365369;
}
.AnyTagClassName
{
color: #365369;
}
</style>
background-color css
<style>
a { background-color: #365369; }
a { background-color: rgb(54,83,105); }
div.DivClassName
{
background-color: #365369;
}
.BgClassName
{
background-color: #365369;
}
</style>
border-color css
<style>
span { border-color: #365369; }
span { border-color: rgb(54,83,105); }
td.TdClassName
{
border-color: #365369;
}
.TagClassName
{
border-color: #365369;
}
</style>