Shades of Cello #374A5F
Tints of Cello #374A5F
RGB
CMYK
RGB Variations
Color information
#374A5F (or 0x374A5F) is known color: Cello. HEX triplet: 37, 4A and 5F. RGB value is (55,74,95). Sum of RGB (Red+Green+Blue) = 55+74+95=224 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.55% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 95 - color contains mainly: blue. Hex color #374A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374A5F is #C8B5A0. Grayscale: #464646. Windows color (decimal): -13153697 or 6244919. OLE color: 6244919.
HSL color Cylindrical-coordinate representation of color #374A5F: hue angle of 211.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #374A5F is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 55 | 74 | 95 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.63 |
| HSL | 211.5º | 0.27% | 0.29% | - |
| HSV(B) | 211.5º | 0.42% | 0.37% | - |
| XYZ | 6.09 | 6.54 | 11.77 | - |
| YUV | 70.71 | 141.71 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 74 | 95 | 0.42 | 0.22 | 0 | 0.63 | 211.5 | 0.27 | 0.29 |
| Hex | 37 | 4A | 5F | 2A | 16 | 0 | 3F | D4 | 1B | 1D |
| Octal | 67 | 112 | 137 | 52 | 26 | 0 | 77 | 324 | 33 | 35 |
| Binary | 110111 | 1001010 | 1011111 | 101010 | 10110 | 0 | 111111 | 11010100 | 11011 | 11101 |
Color Harmonies of #374A5F
Complementary color
Monochromatic Colors of #374A5F
Black with #374A5F
Text Example
Text Example
White with #374A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374A5F; }
p { color: rgb(55,74,95); }
H1.HeaderClassName
{
color: #374A5F;
}
.AnyTagClassName
{
color: #374A5F;
}
</style>
background-color css
<style>
a { background-color: #374A5F; }
a { background-color: rgb(55,74,95); }
div.DivClassName
{
background-color: #374A5F;
}
.BgClassName
{
background-color: #374A5F;
}
</style>
border-color css
<style>
span { border-color: #374A5F; }
span { border-color: rgb(55,74,95); }
td.TdClassName
{
border-color: #374A5F;
}
.TagClassName
{
border-color: #374A5F;
}
</style>