Shades of Cello #374A68
Tints of Cello #374A68
RGB
CMYK
RGB Variations
Color information
#374A68 (or 0x374A68) is known color: Cello. HEX triplet: 37, 4A and 68. RGB value is (55,74,104). Sum of RGB (Red+Green+Blue) = 55+74+104=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 104 (41.02% from 255 or 44.64% from 233); Max value from RGB is 104 - color contains mainly: blue. Hex color #374A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A68 is #C8B597. Grayscale: #474747. Windows color (decimal): -13153688 or 6834743. OLE color: 6834743.
HSL color Cylindrical-coordinate representation of color #374A68: hue angle of 216.73º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #374A68 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 55 | 74 | 104 | - |
| CMYK | 0.47 | 0.29 | 0 | 0.59 |
| HSL | 216.73º | 0.31% | 0.31% | - |
| HSV(B) | 216.73º | 0.47% | 0.41% | - |
| XYZ | 6.52 | 6.71 | 14.05 | - |
| YUV | 71.74 | 146.21 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 74 | 104 | 0.47 | 0.29 | 0 | 0.59 | 216.73 | 0.31 | 0.31 |
| Hex | 37 | 4A | 68 | 2F | 1D | 0 | 3B | D9 | 1F | 1F |
| Octal | 67 | 112 | 150 | 57 | 35 | 0 | 73 | 331 | 37 | 37 |
| Binary | 110111 | 1001010 | 1101000 | 101111 | 11101 | 0 | 111011 | 11011001 | 11111 | 11111 |
Color Harmonies of #374A68
Complementary color
Monochromatic Colors of #374A68
Black with #374A68
Text Example
Text Example
White with #374A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374A68; }
p { color: rgb(55,74,104); }
H1.HeaderClassName
{
color: #374A68;
}
.AnyTagClassName
{
color: #374A68;
}
</style>
background-color css
<style>
a { background-color: #374A68; }
a { background-color: rgb(55,74,104); }
div.DivClassName
{
background-color: #374A68;
}
.BgClassName
{
background-color: #374A68;
}
</style>
border-color css
<style>
span { border-color: #374A68; }
span { border-color: rgb(55,74,104); }
td.TdClassName
{
border-color: #374A68;
}
.TagClassName
{
border-color: #374A68;
}
</style>