Shades of Cello #374B6A
Tints of Cello #374B6A
RGB
CMYK
RGB Variations
Color information
#374B6A (or 0x374B6A) is known color: Cello. HEX triplet: 37, 4B and 6A. RGB value is (55,75,106). Sum of RGB (Red+Green+Blue) = 55+75+106=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 106 - color contains mainly: blue. Hex color #374B6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374B6A is #C8B495. Grayscale: #484848. Windows color (decimal): -13153430 or 6966071. OLE color: 6966071.
HSL color Cylindrical-coordinate representation of color #374B6A: hue angle of 216.47º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #374B6A is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 75 | 106 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.58 |
| HSL | 216.47º | 0.32% | 0.32% | - |
| HSV(B) | 216.47º | 0.48% | 0.42% | - |
| XYZ | 6.69 | 6.88 | 14.61 | - |
| YUV | 72.55 | 146.87 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 75 | 106 | 0.48 | 0.29 | 0 | 0.58 | 216.47 | 0.32 | 0.32 |
| Hex | 37 | 4B | 6A | 30 | 1D | 0 | 3A | D8 | 20 | 20 |
| Octal | 67 | 113 | 152 | 60 | 35 | 0 | 72 | 330 | 40 | 40 |
| Binary | 110111 | 1001011 | 1101010 | 110000 | 11101 | 0 | 111010 | 11011000 | 100000 | 100000 |
Color Harmonies of #374B6A
Complementary color
Monochromatic Colors of #374B6A
Black with #374B6A
Text Example
Text Example
White with #374B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374B6A; }
p { color: rgb(55,75,106); }
H1.HeaderClassName
{
color: #374B6A;
}
.AnyTagClassName
{
color: #374B6A;
}
</style>
background-color css
<style>
a { background-color: #374B6A; }
a { background-color: rgb(55,75,106); }
div.DivClassName
{
background-color: #374B6A;
}
.BgClassName
{
background-color: #374B6A;
}
</style>
border-color css
<style>
span { border-color: #374B6A; }
span { border-color: rgb(55,75,106); }
td.TdClassName
{
border-color: #374B6A;
}
.TagClassName
{
border-color: #374B6A;
}
</style>