#374961

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

Shades of Cello #374961

Tints of Cello #374961

Color information

#374961 (or 0x374961) is unknown color: approx Cello. HEX triplet: 37, 49 and 61. RGB value is (55,73,97). Sum of RGB (Red+Green+Blue) = 55+73+97=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 97 - color contains mainly: blue. Hex color #374961 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #374961 is #C8B69E. Grayscale: #464646. Windows color (decimal): -13153951 or 6375735. OLE color: 6375735.

HSL color Cylindrical-coordinate representation of color #374961: hue angle of 214.29º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #374961 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB557397-
CMYK0.430.2500.62
HSL214.29º27.63%29.8%-
HSV(B)214.29º43.3%38.04%-
XYZ6.126.4412.23-
YUV70.35143.04117.05-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 97 (38.28% from 255) = 43.11%
R=24.44%
G=32.44%
B=43.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5573970.430.2500.62214.2927.6329.8
Hex3749612B1903Ed61c1e
Octal6711114153310763263436
Binary11011110010011100001101011110010111110110101101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374961; }

 p { color: rgb(55,73,97); }

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

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

 a { background-color: rgb(55,73,97); }

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

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

 span { border-color: rgb(55,73,97); }

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