#374E69

Color #374E69 Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #374E69

Tints of Cello #374E69

Color information

#374E69 (or 0x374E69) is unknown color: approx Cello. HEX triplet: 37, 4E and 69. RGB value is (55,78,105). Sum of RGB (Red+Green+Blue) = 55+78+105=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #374E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #374E69 is #C8B196. Grayscale: #4A4A4A. Windows color (decimal): -13152663 or 6901303. OLE color: 6901303.

HSL color Cylindrical-coordinate representation of color #374E69: hue angle of 212.4º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #374E69 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5578105-
CMYK0.480.2600.59
HSL212.4º31.25%31.37%-
HSV(B)212.4º47.62%41.18%-
XYZ6.857.2814.41-
YUV74.2145.38114.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 23.11%
GREEN value IS 78 (30.86% from 255) = 32.77%
BLUE value IS 105 (41.41% from 255) = 44.12%
R=23.11%
G=32.77%
B=44.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55781050.480.2600.59212.431.2531.37
Hex374E69301A03Bd41f1f
Octal6711615160320733243737
Binary11011110011101101001110000110100111011110101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374E69; }

 p { color: rgb(55,78,105); }

 H1.HeaderClassName
 {
   color: #374E69;
 }
 .AnyTagClassName
 {
   color: #374E69;
 }
</style>
background-color css

<style>
 a { background-color: #374E69; }

 a { background-color: rgb(55,78,105); }

 div.DivClassName
 {
   background-color: #374E69;
 }
 .BgClassName
 {
   background-color: #374E69;
 }
</style>
border-color css

<style>
 span { border-color: #374E69; }

 span { border-color: rgb(55,78,105); }

 td.TdClassName
 {
   border-color: #374E69;
 }
 .TagClassName
 {
   border-color: #374E69;
 }
</style>