Shades of Cello #364A5C
Tints of Cello #364A5C
RGB
CMYK
RGB Variations
Color information
#364A5C (or 0x364A5C) is known color: Cello. HEX triplet: 36, 4A and 5C. RGB value is (54,74,92). Sum of RGB (Red+Green+Blue) = 54+74+92=220 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.55% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 92 - color contains mainly: blue. Hex color #364A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #364A5C is #C9B5A3. Grayscale: #454545. Windows color (decimal): -13219236 or 6048310. OLE color: 6048310.
HSL color Cylindrical-coordinate representation of color #364A5C: hue angle of 208.42º 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 #364A5C is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 54 | 74 | 92 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.64 |
| HSL | 208.42º | 0.26% | 0.29% | - |
| HSV(B) | 208.42º | 0.41% | 0.36% | - |
| XYZ | 5.9 | 6.45 | 11.06 | - |
| YUV | 70.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 74 | 92 | 0.41 | 0.20 | 0 | 0.64 | 208.42 | 0.26 | 0.29 |
| Hex | 36 | 4A | 5C | 29 | 14 | 0 | 40 | D0 | 1A | 1D |
| Octal | 66 | 112 | 134 | 51 | 24 | 0 | 100 | 320 | 32 | 35 |
| Binary | 110110 | 1001010 | 1011100 | 101001 | 10100 | 0 | 1000000 | 11010000 | 11010 | 11101 |
Color Harmonies of #364A5C
Complementary color
Monochromatic Colors of #364A5C
Black with #364A5C
Text Example
Text Example
White with #364A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364A5C; }
p { color: rgb(54,74,92); }
H1.HeaderClassName
{
color: #364A5C;
}
.AnyTagClassName
{
color: #364A5C;
}
</style>
background-color css
<style>
a { background-color: #364A5C; }
a { background-color: rgb(54,74,92); }
div.DivClassName
{
background-color: #364A5C;
}
.BgClassName
{
background-color: #364A5C;
}
</style>
border-color css
<style>
span { border-color: #364A5C; }
span { border-color: rgb(54,74,92); }
td.TdClassName
{
border-color: #364A5C;
}
.TagClassName
{
border-color: #364A5C;
}
</style>