Shades of Cello #364F5C
Tints of Cello #364F5C
RGB
CMYK
RGB Variations
Color information
#364F5C (or 0x364F5C) is known color: Cello. HEX triplet: 36, 4F and 5C. RGB value is (54,79,92). Sum of RGB (Red+Green+Blue) = 54+79+92=225 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 92 - color contains mainly: blue. Hex color #364F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #364F5C is #C9B0A3. Grayscale: #484848. Windows color (decimal): -13217956 or 6049590. OLE color: 6049590.
HSL color Cylindrical-coordinate representation of color #364F5C: hue angle of 200.53º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #364F5C is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 79 | 92 | - |
| CMYK | 0.41 | 0.14 | 0 | 0.64 |
| HSL | 200.53º | 0.26% | 0.29% | - |
| HSV(B) | 200.53º | 0.41% | 0.36% | - |
| XYZ | 6.25 | 7.15 | 11.18 | - |
| YUV | 73.01 | 138.72 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 79 | 92 | 0.41 | 0.14 | 0 | 0.64 | 200.53 | 0.26 | 0.29 |
| Hex | 36 | 4F | 5C | 29 | E | 0 | 40 | C9 | 1A | 1D |
| Octal | 66 | 117 | 134 | 51 | 16 | 0 | 100 | 311 | 32 | 35 |
| Binary | 110110 | 1001111 | 1011100 | 101001 | 1110 | 0 | 1000000 | 11001001 | 11010 | 11101 |
Color Harmonies of #364F5C
Complementary color
Monochromatic Colors of #364F5C
Black with #364F5C
Text Example
Text Example
White with #364F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364F5C; }
p { color: rgb(54,79,92); }
H1.HeaderClassName
{
color: #364F5C;
}
.AnyTagClassName
{
color: #364F5C;
}
</style>
background-color css
<style>
a { background-color: #364F5C; }
a { background-color: rgb(54,79,92); }
div.DivClassName
{
background-color: #364F5C;
}
.BgClassName
{
background-color: #364F5C;
}
</style>
border-color css
<style>
span { border-color: #364F5C; }
span { border-color: rgb(54,79,92); }
td.TdClassName
{
border-color: #364F5C;
}
.TagClassName
{
border-color: #364F5C;
}
</style>