Shades of Cello #374B5D
Tints of Cello #374B5D
RGB
CMYK
RGB Variations
Color information
#374B5D (or 0x374B5D) is known color: Cello. HEX triplet: 37, 4B and 5D. RGB value is (55,75,93). Sum of RGB (Red+Green+Blue) = 55+75+93=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 93 - color contains mainly: blue. Hex color #374B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374B5D is #C8B4A2. Grayscale: #464646. Windows color (decimal): -13153443 or 6114103. OLE color: 6114103.
HSL color Cylindrical-coordinate representation of color #374B5D: 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 #374B5D is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 55 | 75 | 93 | - |
| CMYK | 0.41 | 0.19 | 0 | 0.64 |
| HSL | 208.42º | 0.26% | 0.29% | - |
| HSV(B) | 208.42º | 0.41% | 0.36% | - |
| XYZ | 6.07 | 6.63 | 11.32 | - |
| YUV | 71.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 75 | 93 | 0.41 | 0.19 | 0 | 0.64 | 208.42 | 0.26 | 0.29 |
| Hex | 37 | 4B | 5D | 29 | 13 | 0 | 40 | D0 | 1A | 1D |
| Octal | 67 | 113 | 135 | 51 | 23 | 0 | 100 | 320 | 32 | 35 |
| Binary | 110111 | 1001011 | 1011101 | 101001 | 10011 | 0 | 1000000 | 11010000 | 11010 | 11101 |
Color Harmonies of #374B5D
Complementary color
Monochromatic Colors of #374B5D
Black with #374B5D
Text Example
Text Example
White with #374B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374B5D; }
p { color: rgb(55,75,93); }
H1.HeaderClassName
{
color: #374B5D;
}
.AnyTagClassName
{
color: #374B5D;
}
</style>
background-color css
<style>
a { background-color: #374B5D; }
a { background-color: rgb(55,75,93); }
div.DivClassName
{
background-color: #374B5D;
}
.BgClassName
{
background-color: #374B5D;
}
</style>
border-color css
<style>
span { border-color: #374B5D; }
span { border-color: rgb(55,75,93); }
td.TdClassName
{
border-color: #374B5D;
}
.TagClassName
{
border-color: #374B5D;
}
</style>